Updating router/start
Hello! im trying to update tanstack router/start from 1.128.3 to 1.139.6, i installed the packages and made some minor modification to the vite config and its working as expected, but i notice that now we need to add the vite react plugin that was previously not needed, i installed @vitejs/plugin-react and added it like this
And not the SSR response works but after the JS runs in the front i get
If i remove the vite react plugin it woks as expected, but i wanted to add the react compiler, any idea whats going on here?
This are the relevan versions in my package json
And not the SSR response works but after the JS runs in the front i get
_s is not a function inside some weird react refresh code inside one of my routes (not part of my code)If i remove the vite react plugin it woks as expected, but i wanted to add the react compiler, any idea whats going on here?
This are the relevan versions in my package json