Describe the bug
The following code results in Loading... forever while rerunning the async work in Component continuously.
<Show when={show()}>{() => <Loading fallback="Loading..."><Component /></Loading>}</Show>
Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-tp2qog8w?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
- Open repro
- Click button
- Observe the Loading... text never going away and "async" getting logged to the console every second
Expected behavior
The Loading boundary reveals once all async work is done.
Screenshots or Videos
No response
Platform
- OS: Windows
- Browser: Chrome, Firefox
Additional context
No response
Describe the bug
The following code results in Loading... forever while rerunning the async work in Component continuously.
<Show when={show()}>{() => <Loading fallback="Loading..."><Component /></Loading>}</Show>Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-tp2qog8w?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
The Loading boundary reveals once all async work is done.
Screenshots or Videos
No response
Platform
Additional context
No response