-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
information neededFurther information is requestedFurther information is requested
Description
Which project does this relate to?
Router
Describe the bug
When failed to fetch dynamically imported module error is thrown,
the default error component (defaultErrorComponent in the createRouter) does not catch it.
Then an error is thrown in the console from the routeTree.gen.ts mostly on index.lazy files.
Your Example Website or App
Steps to Reproduce the Bug or Issue
- from devtools disable network - set yourself as offline.
- hover over a button that navigates to a route.
- the error will be thrown.
Expected behavior
As a user I expect that the defaultErrorComponent will catch this error and decide how to handle it, so I will be able to mute/ ignore it/ reload the page.
Screenshots or Videos
Platform
- Router / Start Version: [e.g. 1.121.0]
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Browser Version: [e.g. 91.1]
- Bundler: [e.g. vite]
- Bundler Version: [e.g. 7.0.0]
Additional context
No response
eranbnncoderabbitai
Metadata
Metadata
Assignees
Labels
information neededFurther information is requestedFurther information is requested