-
-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Description
Ooops :)
Docs on Vite side: https://vite.dev/guide/troubleshooting#failed-to-fetch-dynamically-imported-module-error
And the fix could be as simple as: https://vite.dev/guide/build#load-error-handling
window.addEventListener('vite:preloadError', (event) => {
window.location.reload() // for example, refresh the page
})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels