You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ NOTE: On Android, all Javascript exceptions are being grouped in a single Sentry issue. Hence, we can't reference the specific crash here. Navigate to "All Events" in order to find events related to this crash.
From the stack trace, it appears the issue may be due to contentStyle being undefined in this line from the grid-columns block on the block-experiments repo:
Perhaps the fix would be to accept an undefined contentStyle?.width and update the default arguments on getColumnStyles. However, I haven't yet found a way to replicate the issue. I tried various manipulations of column widths and different themes and was not able to produce a crash in order to confirm a fix.
Perhaps the fix would be to accept an undefined contentStyle?.width and update the default arguments on getColumnStyles. However, I haven't yet found a way to replicate the issue. I tried various manipulations of column widths and different themes and was not able to produce a crash in order to confirm a fix.
Thanks @derekblank for taking a look 🙇 ! I think it might be only reproduced in a very specific case. Based on the Sentry events for version 23.8.1, I noticed it only affected two users. However, one of them produced 38 events. We could investigate sessions from that user in detail and try to reproduce the issue using the same themes/plugins.
@fluiddot Thanks for that info -- I agree it does seem theme-based. I've added myself to the issue as 🔍 Investigating to see if I can replicate anything from that user's session details.
Sentry Issue: https://a8c.sentry.io/share/issue/9a338d040674404dad0055ce6249c2de/
Symbolicated stack trace:
The text was updated successfully, but these errors were encountered: