-
-
Notifications
You must be signed in to change notification settings - Fork 338
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-native-web with Webpack warn about TurboModuleRegistry not found #3527
Comments
Hi @jparkrr, happy to hear that everything else works, I just could not reproduce it, what version of the Expo SDK are you using, I have tried it with |
You're right, I'm using webpack, not metro for web. I know expo has deprecated Here's a repro for you https://github.com/jparkrr/repro-sentry-warning Thanks! |
Thanks for the confirmation, yes, we can fix the warning for Webpack. |
@Niravpatel129 Thank you. |
I have also the same warning. i use webpack instead of metro |
Any update or workaround on this? We're about to take this into production and it's annoying that all the developers I work with have to see this warning locally every time a fast-refresh happens. |
@jparkrr Thank you for the message, we understand that. We will fix this shortly. |
Hi @krystofwoldrich When do you expect to fix this? |
Hi @Joostvd17 Here is the fix |
@krystofwoldrich Thanks for the fix! Note that webpack builds were broken again in a recent version, now with the message:
from |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.16.0
react-native
version: 0.73.2react-native-web
version: 0.18.12Are you using Expo?
Are you using sentry.io or on-premise?
I have the following issue:
Getting the following warning with react-native-web. (I'm on expo sdk 50 beta).
Everything still seems to work, which is great. Thanks for all your work! But hopefully we can get rid of the warning.
I found a fix for a similar issue with react-native-reanimated: software-mansion/react-native-reanimated#1378
Actual result:
Receive a warning.
Expected result:
No warning
The text was updated successfully, but these errors were encountered: