[SOLID] `wrapInSuspense` does nothing?
I'm trying to show a loader until all the routes for current match are ready (nested routes). I understand that they are loaded in parallel, so in the root node I want to use
Suspense component and show a fallback, but it disappears almost immediately even I set wrapInSuspense false everywhere. I also don't have pending component.
I tried pending component for root node, but it disappears quickly and for some time I just see the blank screen.
How to do this?3 Replies
dependent-tan•2w ago
This is for solid? Can you create a github issue
conscious-sapphireOP•2w ago
GitHub
[Start, SOLID]
wrapInSuspense does nothing? · Issue #5855 · Tan...Which project does this relate to? Start Describe the bug I'm trying to show a loader until all the routes for current match are ready (nested routes). I understand that they are loaded in para...
dependent-tan•2w ago
Do you have an example repo we can look at?