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
Describe the bug
dependabot was recommending to update react-dev-tools to fix an issue with immer. This would be a quick fix as it only updates the package-lock.json. After reading I saw they have a fix for this with the latest react-scripts version 4.0.3. I recommend updating the react-scripts in the package.json instead of using the dependabot pull request.
I will be running npm install --save --save-exact [email protected] to update the package-json which will also update the package-lock.json with other various package updates.
The text was updated successfully, but these errors were encountered:
Describe the bug
dependabot was recommending to update
react-dev-tools
to fix an issue withimmer
. This would be a quick fix as it only updates thepackage-lock.json
. After reading I saw they have a fix for this with the latestreact-scripts
version4.0.3
. I recommend updating thereact-scripts
in thepackage.json
instead of using thedependabot
pull request.Links to my findings:
Long explanation: facebook/create-react-app#10411
Fix: https://github.com/facebook/create-react-app/releases/tag/v4.0.3
I will be running
npm install --save --save-exact [email protected]
to update thepackage-json
which will also update thepackage-lock.json
with other various package updates.The text was updated successfully, but these errors were encountered: