-
-
Notifications
You must be signed in to change notification settings - Fork 820
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
SsrMode::PartiallyBlocked doesn't seem to block rendering as expected in 0.7 (main). Sometimes it works, but occasionally the suspense renders the fallback view instead.
Additionally, I noticed that the behavior seems to be the same as when the default ssr mode is used.
Leptos Dependencies
Reproduced on main with some minor modifications to the hackernews_axum example (in this commit)
To Reproduce
Steps to reproduce the behavior:
- Disable javascript in your browser
- Checkout my fork:
git clone -b context-resource-startup https://github.com/spencewenski/leptos - Run the
hackernews_axumexample - Navigate to the example url (http://127.0.0.1:3000)
- Refresh the page a few times until only the
Loading...fallback is displayed
Expected behavior
The stories content should always be displayed instead of the Loading... fallback.
Additional context
Test on:
- Firefox - 130.0.1
- Arch linux - 6.10.10-arch1-1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
