immerjs / immer

Create the next immutable state by mutating the current one

Home Page:https://immerjs.github.io/immer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: [Immer] minified error nr: 4. Find the full error at: (3cXEKWf)

hmeerlo opened this issue · comments

I know you only accept issue reports for the latest version but the version is not completely under my control. We get this error very very often in production versions of our app. But I have no clue what the error means:

Error: [Immer] minified error nr: 4. Find the full error at: (3cXEKWf)

I followed the link of course but that just leads me to a method of Immer. How can I find out why this error occurs and what we can do to mitigate the problem?

  • Immer version: 9.0.17

The unminified errors for your version can be found here: https://github.com/immerjs/immer/blob/v9.0.17/src/utils/errors.ts

Doh! Could have found that myself, sorry for bothering you with this.