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
Expected behavior
No error should be thrown and the app should be responsive.
I'd like to add that I really love Preact and its great compatibility with React codebase, and that the ability to suspend the entire app is very important to me (in order to prevent when I call Sequenced Rendering).
The text was updated successfully, but these errors were encountered:
Preact version:
10.10.0
(happens in earlier versions aswell).Bug Description
When wrapping the entire
<App>
with Suspense, I get the following error:And the app breaks after navigating to another page (it becomes unresponsive).
This does not happen if I only wrap the
<Routes>
component with Suspense.To Reproduce
npm i
andnpm start
.You can even visit the preview deploy here: https://70f42741.client-side-rendering.pages.dev
Expected behavior
No error should be thrown and the app should be responsive.
I'd like to add that I really love Preact and its great compatibility with React codebase, and that the ability to suspend the entire app is very important to me (in order to prevent when I call Sequenced Rendering).
The text was updated successfully, but these errors were encountered: