Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMR not working in TanStack Start projects #2630

Closed
aretrace opened this issue Oct 23, 2024 · 1 comment
Closed

HMR not working in TanStack Start projects #2630

aretrace opened this issue Oct 23, 2024 · 1 comment

Comments

@aretrace
Copy link

Which project does this relate to?

Start

Describe the bug

Hot Module Reloading is not working for TanStack Start when editing files outside of routes directory.

Your Example Website or App

https://github.com/TanStack/router/tree/main/examples/react/start-basic

Steps to Reproduce the Bug or Issue

  1. Clone https://github.com/TanStack/router/tree/main/examples/react/start-basic
  2. pnpm i
  3. pnpm dev
  4. Navigate to localhost:3000/this-route-does-not-exist
  5. Edit app/components/NotFound.tsx
  6. 😢

Expected behavior

localhost:3000/this-route-does-not-exist should have automatically reloaded when app/components/NotFound.tsx was edited and saved.

Screenshots or Videos

No response

Platform

  • OS: macOS
  • Browser: Chrome
  • Version: 129

Additional context

No response

@schiller-manuel
Copy link
Contributor

HMR is being worked on, we already have #1992

@schiller-manuel schiller-manuel closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants