daniel jakobsen hallel

Results 2 comments of daniel jakobsen hallel

I have found a way to make it work in vite 4+. I've used this package: [@anatine/esbuild-decorators](https://www.npmjs.com/package/@anatine/esbuild-decorators) and added it to the optimizeBuild step. From my understanding it shouldn't have...

> Extracting root route component fixed an issue (thanks Claude): > > From: > > createRootRoute({ > component: () => () > }); > To: > > createRootRoute({ > component:...