Immer middlewear fails with Jest due to export #3256
Unanswered
jonestristand
asked this question in
Bug report
Replies: 1 comment
-
|
The error seems coming from immer. Can you reproduce the failure without zustand? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
React Native project. Test running with Jest was previously working but after upgrading to RN 0.80 and React 19.2.0, I am getting ESM issues with Jest. It's unclear to me why since it was working fine and I didn't update the jest, zustand, or immer packages. Also the rest of my project is ESM but seems to have no issue.
Any help or insight would be appreciated!
Reproduction Link
n/a
Beta Was this translation helpful? Give feedback.
All reactions