You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nuxt dev server console emits the following warning
WARN [Vue warn]: Extraneous non-props attributes (data-v-inspector) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
at <Vue3Snackbar top=true bottom=true left=false ... >
at <NuxtSnackbar data-v-inspector="app.vue:16:5" >
at <App data-v-inspector="node_modules/nuxt/dist/app/components/nuxt-root.vue:16:5" >
at <NuxtRoot>
I believe this is either an upstream problem with vue3-snackbar or a bad interaction between it and the nuxt devtools.
The text was updated successfully, but these errors were encountered:
The nuxt dev server console emits the following warning
I believe this is either an upstream problem with vue3-snackbar or a bad interaction between it and the nuxt devtools.
The text was updated successfully, but these errors were encountered: