Yinchen Wang
Yinchen Wang
hi @rigor789 , had better export the `type ScrollToFunction` and the `interface ScrollOptions` is lack of lazy on version `^2.20.0`
Hi @ThornWalli , thx, indeed, that's would be better.
hi @jeanmatthieud , the workaround work for me: ```js publicRuntimeConfig: { GTM_ID: process.env.GTM_ID, }, gtm: {}, plugins: [ '~/plugins/gtm.client.ts', // should be loaded in client only, ], ``` then in...
> There was a similar bug that was fixed before (#641) but I guess it only covered the case of non-dynamic routes. For dynamic routes the #984 might be actually...
hi @rchl , thanks. yeah, it works well with the default locale. And thank you for pointing out my mistake.
have the same issue,when yarn build (on nuxt layer) > Ignore, found out it is caused by the third party plugin, type generate.
> Seems my issues bubbles down to the "#pwa" path in the auto-generated `ts-config.json` file. Manually changing it a "./.nuxt/types/pwa" fixes it. However this will just be overwritten on build....
use the .env workaround work for me, but when the port is not 3000 (eg. 6800), then there will throw an error: ```js Failed to load module script: Expected a...
> We've just merged a fix for a very similar issue of HMR on Windows. Would anyone experiencing this be happy to test the fix via the [edge channel](https://nuxt.com/docs/guide/going-further/edge-channel/)? Still...