79337608

Date: 2025-01-07 23:26:46
Score: 0.5
Natty:
Report link

This error is due to a version mismatch between the React version installed (19.0.0) and the peer dependency requirement of @testing-library/react (^18.0.0).

Delete the node_modules folder and run:

npm install --legacy-peer-deps

OR

npm install --force
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ak Ab