v1.117.1 Doesn't Render Pending Component Instantly
After upgrading to the latest version of router, I've noticed that there's a screen flash (to an empty screen) before the pending component renders.
https://www.loom.com/share/9bda2fdbe0ac4e629d41855b5c66c6ac
The issue seems to be from this PR: https://github.com/TanStack/router/pull/4044/files
Reproduction:
https://github.com/Carlwirkus/router-117.1-bug
The red screen should never appear.
GitHub
fix: pending component handling for initial load by schiller-manuel...
also sets match status to 'succes' only after lazy loaded components were loaded
fixes #3556
fixes #2183
fixes #2722
GitHub
GitHub - Carlwirkus/router-117.1-bug
Contribute to Carlwirkus/router-117.1-bug development by creating an account on GitHub.
1 Reply
variable-limeOP•2mo ago
GitHub
v1.117.1 Renders Blank Loading State · Issue #4759 · TanStack/router
Which project does this relate to? Router Describe the bug After upgrading to the latest version of router, I've noticed that there's a screen flash (to an empty screen) before the pending ...