🙋♂ Question
I am making it like a question because I don't have enough for reproduction. I am using @xstate/immer which is a fairly simple binding for XState. Today I started getting errors from the production like:
[Immer] minified error nr: 19 ES5. Find the full error at: https://bit.ly/3cXEKWf
Looking at the error list I see that "plugin not loaded", but I have no idea what that means. The binding doesn't seem to use any plugins.
Link to repro
Did not really manage to reproduce this locally and I have fairly extensive automated tests.
Environment
Even though @xstate/immer is configured with Immer V6, running yarn why immer in the project I am getting immer@7.0.8. Could it be there isn't some breaking change handled properly?
Sorry, if I am too vague. I am rather tired from launching product after 8-month work 💦
🙋♂ Question
I am making it like a question because I don't have enough for reproduction. I am using
@xstate/immerwhich is a fairly simple binding for XState. Today I started getting errors from the production like:Looking at the error list I see that "plugin not loaded", but I have no idea what that means. The binding doesn't seem to use any plugins.
Link to repro
Did not really manage to reproduce this locally and I have fairly extensive automated tests.
Environment
Even though
@xstate/immeris configured with Immer V6, runningyarn why immerin the project I am gettingimmer@7.0.8. Could it be there isn't some breaking change handled properly?Sorry, if I am too vague. I am rather tired from launching product after 8-month work 💦