-
Notifications
You must be signed in to change notification settings - Fork 174
fix(deps): update dependency immer to v11 #3457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,7 +63,7 @@ | |
| "hastscript": "^9.0.0", | ||
| "i18next": "^25.0.0", | ||
| "i18next-browser-languagedetector": "^8.0.0", | ||
| "immer": "^9.0.21", | ||
| "immer": "^11.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The updated Immer v11 dependency is a known incompatible pairing with the existing RTK v1.9.7, which can cause bugs in RTK Query array operations. 🔍 Detailed AnalysisThe application is using Redux Toolkit (RTK) version 1.9.7 alongside Immer version 11. This combination is known to be incompatible, with reported bugs specifically affecting RTK Query array operations, particularly in production builds. While the codebase uses 💡 Suggested FixTo resolve the incompatibility, either upgrade Redux Toolkit (RTK) to a version that is officially compatible with Immer v11, or revert the Immer dependency back to v10. 🤖 Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| "java-slang": "^1.0.13", | ||
| "js-cookie": "^3.0.5", | ||
| "js-slang": "^1.0.85", | ||
|
|
||
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.