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've upgraded react-scripts to 4.0.1 and react to version 17.0.0 (on webstorm), run codemod npx react-codemod update-react-imports --force, but it kept showing 'React' must be in scope when using JSX react/react-in-jsx-scope error. I removed node_modules and package-lock, installed everything again, but the error didn't disappear.
The text was updated successfully, but these errors were encountered:
I've upgraded react-scripts to 4.0.1 and react to version 17.0.0 (on webstorm), run
codemod npx react-codemod update-react-imports --force
, but it kept showing 'React' must be in scope when using JSX react/react-in-jsx-scope error. I removed node_modules and package-lock, installed everything again, but the error didn't disappear.The text was updated successfully, but these errors were encountered: