Bug: Never ending "pending" state when notFound is thrown from a splat route
Steps to reproduce
1. Go to the
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
1. Go to the
/browse/album/123 URL in StackBlitzExpected 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
