Hey folks,
Before creating an issue, I kinda want to check if I'm just doing something wrong on my end: I'm on beta.86, trying to get a loading spinner to render while my loader is loading. Added the pendingComponent to my route but nothing is rendering while it loads. What I tried:
- Add
wrapInSuspense: true|falseto itself and higher level routes - Add a
defaultPendingComponentto the router instance.
I tried the React Example: With Trpc after fixing it up and dowgrading it to 86 (https://stackblitz.com/edit/tanstack-router-qrmscu?file=package.json), but I only see the small, local, spinners?