-
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
Crash: undefined is not an object in com.facebook.react.bridge.JavaMethodWrapper #9768
Comments
Updated the ticket description to include the React Native side stacktrace as well. |
30-day impact: ~35 per day (5bd5cd39f8b88c29638eaf23-fabric-android) |
I'm still investigating this, and so far, I suspect this could be coming from this line: https://github.com/WordPress/gutenberg/blob/master/packages/block-library/src/image/edit.native.js#L85. I'm going to explore the code paths that reach that point to see if I can create steps to reproduce this. The only other place I could find a similar reference of |
I believe I have found a way to reproduce this. If an image upload is cancelled, Steps to reproduce:
For step 4, it may help to use a large image file, or if you are using an emulator, to slow down the internet connection to make it easier to cancel the upload before it finishes. |
30-day impact: ~2.3 per day 5bd5cd39f8b88c29638eaf23-fabric |
@mkevins what are your thoughts on whether to keep this issue open now that it looks like the occurrences have gone way down and only seem to be happening for older releases? |
Hi @designsimply 👋 I think it's safe to close, as the fix seems to have been effective for this one. 🎉 Thanks for circling back to provide the stats! 😃 |
This one started on 11.9 and seems to be related to React. It has been pretty common in all the subsequent version and had a weird spike a couple of days ago.
React Native side of the stacktrace:
and the native side stacktrace:
5bd5cd39f8b88c29638eaf23-fabric
The text was updated successfully, but these errors were encountered: