TanStack / TanStack/tanstack.com
Website Crash
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 401
- Avg merge
- 18h 14m
- Merged PRs (30d)
- 56
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
})
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Vite troubleshooting and build load-error handling documentation, then locate the site's Vite client entry point. Verify the reported website crash and determine whether the preload-error handling resolves it; done means the site recovers from the documented dynamic-import failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100