Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue warning about data-v-inspector non-props attribute inheritance #194

Open
jennifer-richards opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jennifer-richards
Copy link
Member

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.

@jennifer-richards jennifer-richards added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant