Issues with immer version v9.0.13
See original GitHub issueToday immer released updated to version v9.0.13 which made my project just suddenly stop working.
After hours of research to try to find out why this is happening, I found that the reason for the problem was the latest version of immer that was released a few hours ago.
I believe that more people may experience the same problem so I decided to share my solution. The temporary fix I found was to use package resolution to force the use of the previous version of the package (v9.0.12).
"resolutions": {
"immer": "9.0.12"
}
Issue Analytics
- State:
- Created a year ago
- Reactions:7
- Comments:11
Top Results From Across the Web
Mark Erikson on Twitter: "An RTK user just reported that Immer 9.0 ...
I checked, and Immer just changed their `exports` setup. ... Issues with immer version v9.0.13 · Issue #2315 · reduxjs/redux-toolkit.
Read more >immer vulnerabilities | Snyk
version published direct vulnerabilities
9.0.16 22 Oct, 2022 0. C. 0. H. 0. M. 0. L
9.0.15 13 Jun, 2022 0. C. 0. H. 0....
Read more >Prototype Pollution in immer - Vulners
This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided ...
Read more >Npm Error - No matching version found for - Stack Overflow
I was having issue for a package which was available. Force cleaning the cache helped. npm cache clean --force.
Read more >cran.nexr.com/bin/macosx/contrib/3.2/PACKAGES
dSYM Package: ade4TkGUI Version: 0.2-9 Title: 'ade4' Tcl/Tk Graphical User Interface ... Analysis of Change Point Problems Version: 4.0.0 Depends: graphics, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Filed https://github.com/immerjs/immer/issues/937 on Immer’s side.
@cdauth @markerikson yes new version of immer released, fixes this issue but somehow reduxjs toolkit picks up version “9.0.13” of immer from yarn.lock so modified this to use version “9.0.12” or version “9.0.14” as version “9.0.13” of immer is breaking it