nuxt-modules / supabase

Supabase module for Nuxt.
https://supabase.nuxtjs.org
MIT License
622 stars 117 forks source link

MINOR: `<NuxtLayout />` component has not been used. #328

Open Arbust908 opened 5 months ago

Arbust908 commented 5 months ago

Version

"@nuxtjs/supabase": "^1.1.6", "nuxt": "^3.9.3", "vue": "^3.4.14", "vue-router": "^4.2.5"

Reproduction Link

Reproduction

Steps to reproduce

What is Expected?

I expect not to get an error when layouts and <NuxtLayout /> are being correctly used.

What is actually happening?

I get the [nuxt] Your project has layouts but thecomponent has not been used. error on the console. Still the layout gets applied

selemondev commented 1 month ago

Hey there @Arbust908 , this issue is related to Nuxt and not the @nuxtjs/supabase module. The issue is currently being tracked here .