Vinod Kumar
Vinod Kumar
Even if you don't have any promise, the name of the route (retrieved using useRoute().name or $route.name) remains the same even when navigating to a new route. If you click...
@danielroe any update on this issue?
Same issue while using Nuxt 3. Please update @dlarocque.
No, i did't install `@vite-pwa/assets-generator`
Please take a look at the screenshot related to the project I’m currently working on. There were multiple import errors initially flagged as 'not found.' However, after disabling the `noUnusedLocals`...
@userquin Here is a minimum reproduction of my case where multiple import errors were initially flagged as 'not found. Minimum Reproduction: https://stackblitz.com/edit/github-yp7irr?file=package.json I used to register the service worker through...
@userquin Node_module is excluded in tsconfig.json, but somehow it still checks all `.vue` files including node_modules.
@userquin After running ``` npm run clean-install npm run clean-test ``` I found these lines in `./nuxt/tsconfig.json`, which is why TypeScript checks those files inside the node module. ``` "../node_modules/@vite-pwa/nuxt/runtime",...
> @userquin Here is a minimum reproduction of my case where multiple import errors were initially flagged as 'not found. > > Minimum Reproduction: https://stackblitz.com/edit/github-yp7irr?file=package.json > > I used to...
@userquin, thank you for your response. Everything is running fine now.