Thimo

Results 46 comments of Thimo

The issue is not resolved, I notice that the routeTree file gets corrupted in this way: `import { Route as TestAboutRouteImport } fr./routes/test/aboutest/about' import { ServerRoute as HelloServerRouteImport } from...

I just tried with v27. - The routeTree.gen.ts file now always self resotres if I close my devserver and restart again. Thats great! - Dragging a file or creating a...

Sorry for misunderstanding, How do you mean update imports after moving?

That explains a lot. Although weird that it works properly if I keep the routeTree file open I assume theres not a way the generator can detect that setting is...

Wow that fixed the file moving issue completely! I added the settings to my settings.json. This should be in every tanstack project :) However in my example repo the error...

https://github.com/ThimoDEV/tanstack-start-alpha-bugs Steps to reproduce: 1: Run bun dev 2: Go to localhost:3000/test 3: Delete test.tsx 4: Press F5 to refresh page while being on localhost:3000/test 4: See the following error:...

I just tried with v1.121.12 but no success yet, I cleared my lockfile, node_modules, regenerated routeTree.gen.ts, deleted tmpDir. When testing eventually it seemed to work as expected. After I renamed...

I just moved my test repo to WSL. This does give errors in the terminal but keeps the devserver running and refreshes. So with this I would say its most...

Just tested with version 1.121.41 react-router & react-start. The last issue seems fixed also on windows now. Only an error in the terminal but the devserver keeps running as expected....