-
Notifications
You must be signed in to change notification settings - Fork 585
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
Realm is not defined in debug modus #3991
Comments
|
@Acetyld Which debugger are you using to trigger this issue? |
It happens with every debugger. |
@Acetyld Debugging in Safari should work if you do not activate debugging mode (do not press |
Yhea i tried that. but its not due to chrome debugger. Its als in flipper This fixed the issue. I also saw a other post complaning about the pull you deleted this #3843. |
This issue should be fixed by #4109 . |
How frequently does the bug occur?
All the time
Description
Using any kind of debugger is causing:
LogBox.js:173 Possible Unhandled Promise Rejection (id: 0):
ReferenceError: Realm is not defined
ReferenceError: Realm is not defined
Chrome,
Stacktrace & log output
Can you reproduce the bug?
Yes, always
Reproduction Steps
"react": "17.0.2",
"react-native": "0.66.0",
"realm": "^10.8.0"
Any debug modes is causing this, even a fresh project
Version
What SDK flavour are you using?
Local Database only
Are you using encryption?
No, not using encryption
Platform OS and version(s)
Newest
Build environment
Which debugger for React Native: ..
The text was updated successfully, but these errors were encountered: