You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issue on build react app with react-script 1.0.17 but it is working fine with 3.0.1 or higher.
But NPM install is fail with package.josn having "react-scripts": "3.0.1" it only work with "react-scripts": "1.0.17",
so each time we need to add "react-scripts": "1.0.17" in package.json and then run npm i [email protected] manually after npm install.
If I added "react-scripts": "3.0.1" in package.json it showing react hook fail
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
I am facing issue on build react app with react-script 1.0.17 but it is working fine with 3.0.1 or higher.
But NPM install is fail with package.josn having "react-scripts": "3.0.1" it only work with "react-scripts": "1.0.17",
so each time we need to add "react-scripts": "1.0.17" in package.json and then run npm i [email protected] manually after npm install.
If I added "react-scripts": "3.0.1" in package.json it showing react hook fail
The text was updated successfully, but these errors were encountered: