CharlieBrown
CharlieBrown
> Ok. So how do we use version 4.0.3 though? We cannot switch to Node 14 for... reasons. > > ## update > If you want to run the previous...
My solution was just installing latest and downgrading react version in the app. 1 - `npx create-react-app@latest ` 2 - `npm install react@17 react-dom@17 @testing-library/react@12 @testing-library/user-event@12` and then in the...
Having the same issue, this package is unusable... fuck
Same issue as @mzedeler with [email protected] > I have a similar, more contrived example where axios is mocked even though the folder structure is like this: > > ``` >...
Doesn't work for me :( Tests passes but the log is angry. _moment: 2.26.0 moment-timezone: 0.5.3 (with data included)_  edit: adding image + info
Same here please! 
Having the same issue with webpack 5. Please fix it.
Would be nice to know if any breaking changes from 4 to 5
It's not clear for me what to install to be able to use this with react create app. The tutorial, which is the only place that I've found tells me...