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
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
I have been able to reproduce this issue somewhat consistently by:
Creating a library with 20+ blocks (it seems any type works)
Enabling previews
Scrolling up/down while the previews are loading
Sometimes refreshing the page with previews enabled will lead to the crash. Sometimes things seem to work without crashing. In the browser console I encounter a wall of errors:
One idea I had to address this without diving into why loading 20+ copies of the same javascript in iframes causes crashes is to not load 20+ copies of the same javascript every time. One way this could be accomplished by switching from a global "show previews" toggle to a per-block "show preview" toggle.
The text was updated successfully, but these errors were encountered:
I have been able to reproduce this issue somewhat consistently by:
Sometimes refreshing the page with previews enabled will lead to the crash. Sometimes things seem to work without crashing. In the browser console I encounter a wall of errors:
One idea I had to address this without diving into why loading 20+ copies of the same javascript in iframes causes crashes is to not load 20+ copies of the same javascript every time. One way this could be accomplished by switching from a global "show previews" toggle to a per-block "show preview" toggle.
The text was updated successfully, but these errors were encountered: