79244930

Date: 2024-12-02 17:03:01
Score: 1
Natty:
Report link

You have version 19.0.0-rc of React. First you need to downgrade react version to 18. Follow the steps:

npm uninstall react react-dom

then you need to install version 18.x.x of React (I prefer 18.2.0)

npm install [email protected] [email protected]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yasin Bozkurt