TanStack / TanStack/tanstack.com

Website Crash

Open
#734 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.1k
Forks
401
Avg merge
18h 14m
Merged PRs (30d)
56

Description

Ooops :)

Image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.