-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
React-tracked crashes with in react-native expo sdk-49 #193
Comments
Thanks for reporting. Does metro bundler change something? I'm not sure why they look for |
ok seems to have found the reason. and installing react-dom fix the issue, depencies was somehow missing, and you need to explcitely install it in expo sdk49. (not required in sdk48...not sure why) Anyway thanks a lot |
We have that for react-native too.
That was my overlook. We have that defined in package.json So, I guess new react-native has changed something. There should be a way to fix it.
that's not a right fix, unfortunately. |
any news about this? |
I think I need someone's help.
This is the only information provided. Wait, where it it exactly? |
Somewhere like this: https://github.com/dai-shi/use-context-selector/blob/bd4eb7492f0c2cfe9a1050ce924cf46c2f1b1150/src/index.ts#L32-L34 I'm not sure.
and, that's also interesting. Why installing |
Hello,
I've been using React-tracked with no issue for a while.
When upgrading to expo sdk49 which means using react 18.2.0, react-native 0.72.4 and running a basic example, React tracked 1.7.11 crashed on Provider creation (was working smoothly on sdk48).
Error: Not implemented. index.native.modern.js 1:444
Any help is welcome
The text was updated successfully, but these errors were encountered: