Boiled Beans
Boiled Beans
> [@barmaglot92](https://github.com/barmaglot92) I fixed one issue in https://github.com/TanStack/router/releases/tag/v1.70.0 if you still experience the problem in that version, please provide a complete minimal example (e.g. by forking one of the existing...
@schiller-manuel I just tested with the latest version (`v1.70.0`) and seems like the issue still exists. I am working on SPA and no SSR. Basically is the component size is...
> defaultPendingComponent: () => 'loading...', > defaultPendingMinMs: 0, > defaultPendingMs: 0, I have tried that, it does not solve the problem completely. It although reduces the delay, but we still...
> [@jude-sonic](https://github.com/jude-sonic) I just tried your example, both "heavy" routes seem to have the same delay. So I don't see how "lazy" has any influence here. Can you please share...