question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with immer version v9.0.13

See original GitHub issue

Today immer released updated to version v9.0.13 which made my project just suddenly stop working.

image

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:closed
  • Created a year ago
  • Reactions:7
  • Comments:11

github_iconTop GitHub Comments

1reaction
markeriksoncommented, May 11, 2022
0reactions
HarshitMadhavcommented, May 23, 2022

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found