#[SOLID] `wrapInSuspense` does nothing?

3 messages · Page 1 of 1 (latest)

unborn fjord
#

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?

gleaming trout
#

This is for solid? Can you create a github issue

unborn fjord