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
When a layout is dynamic and there is a suspense boundary in that layout, Clicking a to changing pages waits for the entire output to be resolved.
It should change pages as soon as the unsuspended bits of the components are rendered.
My use case: I have a dynamic component in the footer of my layout. I actually don't want it to re-run every page change, but that might be another issue.
I've modified 01_template to show the issue: https://github.com/wesbos/waku-dynanic-suspense/tree/main/examples/01_template
When a layout is dynamic and there is a suspense boundary in that layout, Clicking a to changing pages waits for the entire output to be resolved.
It should change pages as soon as the unsuspended bits of the components are rendered.
My use case: I have a dynamic component in the footer of my layout. I actually don't want it to re-run every page change, but that might be another issue.
Here is a video showing the issue: https://share.cleanshot.com/7L0FXm9N
The text was updated successfully, but these errors were encountered: