Sean Cassiere

Results 190 comments of Sean Cassiere

> The only change is renaming `src/routes/posts_/$postId/_layout.tsx` to `src/routes/posts_/$postId/_layout/route.tsx`, which according to this https://tanstack.com/router/latest/docs/framework/react/guide/code-splitting#encapsulating-a-routes-files-into-a-directory should be equivalent. @eg-bernardo this still applies. For pathless/layout routes, however, the mental model for it...

> I'm not proposing, I'm just pointing out that based on my understanding of https://tanstack.com/router/latest/docs/framework/react/guide/code-splitting#encapsulating-a-routes-files-into-a-directory `/posts/_layout.tsx` and `/posts/_layout/route.tsx` should behave the same. It's just a different way of organizing the...

> But my understanding is that `_layout/route.tsx` **is** the `_layout` route No the configuration for everything under in the `_layout/` directory would be done in `_layout.tsx`. There is no `route.tsx`...

Not sure what you are trying to achieve, since Stripe elements give their own `components` to use on a payment screen. I currently, do not have a proper repo set...

Not sure if this helps, but we (TanStack Router) had a similar issue, where the webpack version of the plugin didn't ever end, during build. With a bit of Googling,...

Closing this since this should no longer be an issue with the user being able to set an `errorComponent` only on the root route and let the error bubble up...

> `shouldReload`, `loader`and `beforeLoad` should log each time "click me" is clicked. Retesting this with the 1.32.12 release, the console logs get logged out on every click. Retest: https://stackblitz.com/edit/tanstack-router-mvbt6c?file=src%2Froutes%2Fsearch.tsx Is...

> @SeanCassiere No, the issue that I have is that I have some tabs that update the URL with a search parameter to persist the view but it seems like...

> And what about `ToOptions` type? What is the purpose of it? Where is it suppose to be used? Maybe it shouldn't even be exported The `ToOptions` type mostly comes...