Root loader with notFound throws suspense error
Whenever I add a loader to root and throw a notFound, i get a suspense error. it seems to be originating from https://github.com/TanStack/router/blob/f856306b33a176b0d8fa6e8a3861d0eb2fff4854/packages/react-router/src/Matches.tsx#L285. I'm not sure why the route goes into pending state since it doesnt do it anywhere else from what I can tell. is there some other way im meant to do this or should i open an issue on github?
https://stackblitz.com/edit/tanstack-router-7kqr7z?file=src%2Froutes%2F__root.tsx (visit /123 to test)
0 Replies