How to show the loader while it's loading `createLazyFileRoute`?
I can't find in the documentation how to show loder while a lazy route is loaded
5 Replies
robust-apricot•2y ago
yep same issue here
I found the issue it was pendingComponent props missing and also pay attention to pendingMs props
like-goldOP•2y ago
I did it this way, it works.

like-goldOP•2y ago

like-goldOP•2y ago
@laurentdn1060
robust-apricot•2y ago
Great 👍