Results 6 comments of Alex

`import '@testing-library/jest-dom';` is the only thing working for me, but I have to do it in every test file 👎

Woohoo, I got the `compilerOptions: { "types": ["@testing-library/jest-dom"] }` in `tsconfig.json` change working! tsconfig file needed the following change: from: ``` "include": [ "./src/**.*", ], ``` to: ``` "include": [...

MFEs should be first-class citizens. E.G. just like there's a dependency map in `APM -> Service Map` MFEs and UI components should be part of that map

1. `itemToKey` is a good idea. 1. I had a simpler case with this issue - was resetting a static list of items inside the component, and wrapping it with...

I have intellij idea, but the default path wasn't working. Tried a few path options, and now it's stuck with the "This file has conflict" error, and I can't change...

Press the `{Up Arrow}` key to bring back your prior question and context. You can replace your old prompt with a new one, keeping the old context.