-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
App crashes when using React Native Debugger #2819
Comments
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Snack or minimal code example, Package versions and Affected platforms sections. |
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snippet of code, a snack or a link to a GitHub repository that reproduces the problem? |
@Toastbroad I think this one is already fixed (see recent commits) - hopefully there will be a new release soon... |
I'm experiencing the same issue. |
me too. same issue. if i go into core.ts and change line 386ish. it works
to
|
Description
Due to this line introduced here the app crashes when using React Native Debugger since
global._chronoNow
isundefined
.Error message is:
global.performance.now is not a function
Compare to: #2760
Changes
I would suggest a patch similar to the following:
Package version
The text was updated successfully, but these errors were encountered: