Nuxt v4.0.1 to v4.0.2 regression
I've recently upgraded from Nuxt v4.0.0 to v4.1.2, but was surprised to find out that running typecheck (nuxt prepare && vue-tsc --build --noEmit) on the new version fails with 400+!! errors, where previously on Nuxt v4.0.0 I had 0 errors. Most of the errors reported are related to using $router.back() , idk why this is reported, the back functionality still works. Also some other errors reported are related to helper functions found in the utils directory, again these continue to work just fine. What changed in 4.1.2? Is this a known issue? Why would it work perfectly in 4.0.0 and not 4.1.2? Going a bit further down the rabbit-hole, it seems the regression happens between v4.0.1 & v4.0.2. btw, i just downgraded nuxt version by version without touching any other packages. (my vue-tsc is v2.2.12 if that's important) Thanks!


