Pendingcomponent is not displayed during routing. #3058
-
I believe that the pendingComponent should be displayed not only on a refresh but also during routing, as the data is being fetched and the routeState is in a pending state. https://stackblitz.com/edit/github-gh73by-7duz1xhf?file=src%2Froutes%2Fabout.tsx When running the above example, I would expect the pendingComponent to be displayed when clicking on “About,” but it is not. This could lead users to think that the application has frozen. Is this the expected behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
in your stackblitz, it works when preload is disabled. but doesn't work with intent preload |
Beta Was this translation helpful? Give feedback.
this works fine on the latest version.
the repro you have is on 1.45.7, current is 1.93.0