Alfian Dwi Nugraha

Results 27 comments of Alfian Dwi Nugraha

can you attach more details about this error, and did you get this error on fresh installation? I can only surmise you're doing something that still doesn't seem supported on...

could you try to pull/re-clone, then run everything from scratch? tried removing /node_modules then running the "yarn install" command again. if the error still persists, can you create a minimal...

can you reproduce it? (into codesanbox for example) or the first step, try to do a clean node_modules then try running "yarn install" again. or re-clone this repository again.

## 1 for the first problem you can find it directly in the documentation here https://vuejs.org/api/reactivity-utilities.html#toref ## 2 second problem, i made the default undefined so that when i want...

can you create a reproduction or how it looked when it happened? I didn't experience it when I checked on the demo page https://nuxt3-awesome-starter.vercel.app/

does the console window display anything bad?

I haven't done any deep research yet. this seems to be a problem with nuxt 3 and i18n when generating static. because in ssr mode it should be fine.

ah, maybe for now I can only expect the static mode of nuxt 3 to really release stably. so for now, using node-server mode is an option

since the nuxt3 update a few days ago, there have been changes in the nuxt-kit, one of which is the use of deprecated "extendBuild". so some existing modules will experience...

I'll fix that later, or could you have some time to make a pull request?