-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve "immer" from .... #1065
Comments
Dupe of #1058, but yeah, concerning that this seems to be popping up. |
I fix this downgrading Immer to 9.0.21
|
Add extension .
|
@truongtv22 thank u so much! solved my problem |
I think [email protected] solves it for everyone. Would someone mind verifying? Then I'll cut an official release. |
mweststrate
added a commit
that referenced
this issue
Oct 2, 2023
This was referenced Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
I am building an Mobile App using React Native, Expo 49 (Hermes engine I believe).
I had installed the latest version of immer which is (10.0.2) My IDE is picking it up and I am able to use it perfectly fine. HOWEVER, when I try run it locally, I get this error:
So I then downgraded slowly and eventually when I hit version 9.0.21 it worked perfectly and was able to locally build and run the project smoothly :).
Also I am using yarn but I doubt that is the problem.
Link to repro
My packages:
same for version 10.0.2
To Reproduce
Load any mobile app using expo 49:
Here is a repo I used and it was the same issue on there aswell:
https://github.com/aaronksaunders/expo-router-supabase-tanstack/tree/main.
yarn add immer
yarn ios
(you may need xcode and an IOS emulator and probably expo cli)Environment
We only accept bug reports against the latest Immer version.
setUseProxies(true)
setUseProxies(false)
(ES5 only)The text was updated successfully, but these errors were encountered: