jiadong.chen
Results
3
comments of
jiadong.chen
This solution fixed my problem. "overrides": { "react-test-renderer": "18.2.0" } steps 1. add overrides setting in package.json 2. delete node_modules and package-lock.json 3. npm install 4. execute `npx jest --clearCache`...
I fixed this issue by upgrading java from 1.7.0_55 to 1.8.0_101-b13.