Frallen
Frallen
I have the same warning, and it is not found everywhere
I get it when I render a component next to it
useAsyncData in middleware gives warning to use $fetch when changing route to the same pageComponent
> nuxtApp.payload To prevent repeated requests, you can use nuxt.payload or useState. In my case, I use pinia, which stores the data. To prevent a repeat request, I check if...
@Ischafak You can use this plugin by this ``` import { VueTelInput } from "vue-tel-input"; export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.component("VueTelInput", VueTelInput); }); ```
> That's not how initial values work. If you want to pass initial values to `` then you have to use form's prop called `initial-values`. Example: > > `` >...
It is difficult to fix the problem since the warning appears only in existing projects, updating the project does not help. If you start a new project, there will be...
> For everyone who encounted the issue, please try this module and let us know how it would improve for you. Thanks! https://github.com/antfu/nuxt-better-optimize-deps I downloaded this package, there seem to...
> @Frallen should you share the repo so I could have a look? Thanks I have a private project 😢. I will try to make a repository and repeat the...
> @Frallen please give a try with [nuxt-better-optimize-deps](https://github.com/antfu/nuxt-better-optimize-deps) v0.1.0 - hope that would make it better for you Thanks, it's much better! 🎉 So now the ecosystem libraries are excluded...
@mubaidr In my case error is always undefined, but request is 200. Do you have the same?