Matej Černý

Results 25 comments of Matej Černý

Thank you for the workaround by disabling the experimental option; it has resolved the issue for me as well. Btw. are there any updates on the progress of a fix...

Interestingly, the issue occurs exclusively when building the app within a Docker container. (at least for me) It works as expected on StackBlitz, as well as locally on my MacBook....

Does that mean that this isn't coming to Nuxt and will be entirely implemented in Vue core?

Hi, I personally wasn't able to replicate this issue, but my friend has been experiencing it on his MacBook. The nuxt schema version is `3.9.0` Where should I put the...

> My guess is that you have another Nuxt installation under `/Users/`. Try deleting `node_modules` and `package.json` with your package manager's lock file from there. > @and-ratajski You're right! Removing...

I just experienced it on my personal project as well. Made sure no `node_modules` are in the home folder of my user. Interestingly, it came up on a Nuxt 3.8.2...

What I've found is that placing the loading indicator in app.vue, so that it isn't remounted with every layout change, solves all these issues.

What @fabianwohlfart mentioned seems reasonable to me .Awaiting a `setTimeout 0` indeed causes issues where the scroll happens a few ms after the page actually switches. @danielroe, do you see...

> As mentioned in the layer [documentation ](https://nuxt.com/docs/guide/going-further/layers), if a layer has npm dependencies, you will have to install them manually in the target project. In your reproduction project you...

No, you didn't seem aggressive at all :) I am acutally very grateful for your comment because I can continue working thanks to your solution. It is undeniable that the...