Maksym Skuibida

Results 40 comments of Maksym Skuibida

> @maksymskuibida The reason I'm asking for a reproduction of this issue is that I suspect it comes down to how you've configured your routes and what kind of work...

I checked example you've done. But it have profile/checkout page. My pages, which I havigate between is simple as stores one. They are the same, only have differences inside. Your...

Params looks like my, only difference that I have parseParams to ensure profileId is number and to make typescript work good. I use it with useQuery, so, I have this...

I cannot share all my code here, but, by any chance, if you have time, probably we can make google meet, so I can show you my routes configurations and...

@tannerlinsley @SeanCassiere I managed to find out what causes an issue. It is lazy routes in combination with loaders, so, when you have both route.ts and route.lazy.tsx. And I managed...

It is also easier to work with issue if you open stackblitz preview in separated browser tab

I also found out that removing defaultPreload: "intent" in router configuration make this issue not to happen

So, the issue happens with defaultPreload: "intent", routes, that have both route.ts and route.lazy.tsx and slow internet/device. Probably router does not wait until lazy route loaded and "thinks" that there...

@SeanCassiere @tannerlinsley whay is about this issue? I have provided reproduction above in comment, but the issue still has information needed label

Thank you very much. I am very waiting for this fix, as it is, together with undefined context, are only issues I have with tanstack router now. In any other...