-
Notifications
You must be signed in to change notification settings - Fork 58
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
RCTFatalException: Unhandled JS Exception: TypeError: Cannot read property 'attributes' of undefined, js engine: hermes: Unhandled JS Exception: TypeError: Cannot read property 'attributes' of undefined, js engine: her... #6420
Comments
Sentry issue: JETPACK-IOS-161H |
@fluiddot from reviewing the stack trace and the crash's first occurrence in WP 23.6.0.1/GBM 1.107.0, this seems related to WordPress/gutenberg#55461. WDYT? |
@dcalhoun Yeah, it definitely looks related to changes introduced in WordPress/gutenberg#55461. Seems this line that tries to serialize the Classic block fails. Specifically, when getting the block attributes (reference). We'd need to explore a user session and check the Classic block content being serialized to narrow down the culprit. |
This issue seems quite related to another one we have on Android: #6084. I wonder if both are caused by the same issue related to block serialization. |
I'll assign myself too to this one as part of the #6084 investigations. |
Heads up that I found out the steps to reproduce it and added them to the PR's description. |
I also narrowed down the culprit of the crash 🎊. The following HTML code is processed by the
|
Sentry issue: JETPACK-IOS-16MC Symbolicated stack trace
|
Sentry Issue: WORDPRESS-IOS-464F
How to reproduce it
Symbolicated stack trace
Raw stack trace
The text was updated successfully, but these errors were encountered: