TanStackT
TanStack2y ago
3 replies
progressive-amaranth

Bug: Never ending "pending" state when notFound is thrown from a splat route

Steps to reproduce
1. Go to the /browse/album/123 URL in StackBlitz

Expected result
A "Not found message"

Actual result:
The matched root route and the "browse" route are stuck in a pending state according to the dev tools, the final route correctly has "not found" state.

This causes the page to never load.

StackBlitz: https://stackblitz.com/edit/tanstack-router-jc3pyp?file=src%2Froutes%2Findex.tsx
CleanShot_2024-06-18_at_23.37.272x.png
Was this page helpful?