Skip to content

Conversation

@divyanshu-code
Copy link

see the issue is most likely due to mismatched versions.
because we’re using React 18.2.0, but [email protected] is too old about 2018 and not compatible with React 18.
so for this issue you have to upgrade react-scripts to version , which supports React 18.

step 1 :- npm uninstall react-scripts .
step 2:- npm install [email protected] --save
then run your server

npm start .

it will work .
may this help you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant