You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic that initiates preloading of a lazy route doesn't handle potential load errors (e.g. bad network connection) so they are thrown. I think preloader should ignore them as they're not critical but we have to ensure they don't break the app and router will initiate loading of the failed module after user navigates to the corresponding route.
Here is the stacktrace of one of such errors:
The text was updated successfully, but these errors were encountered:
th0r
changed the title
Error during route preloading is not handled
Errors during route preloading are not handled
Dec 29, 2021
The logic that initiates preloading of a lazy route doesn't handle potential load errors (e.g. bad network connection) so they are thrown. I think preloader should ignore them as they're not critical but we have to ensure they don't break the app and router will initiate loading of the failed module after user navigates to the corresponding route.
Here is the stacktrace of one of such errors:
The text was updated successfully, but these errors were encountered: