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 warn with Nuxt Devtools enabled on ModalsContainer #453

Open
FlorianWerndl opened this issue Sep 11, 2024 · 0 comments
Open

Vue warn with Nuxt Devtools enabled on ModalsContainer #453

FlorianWerndl opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FlorianWerndl
Copy link

This is not a bug, more like a question.

When using the <ModalsContainer> with Nuxt Devtools enabled you get warning like the one below.
Is there any change to suppress this warning or should this be adressed somewhere else?

Thank you for the awesome work!

Version

vue-final-modal: 4.5.5
vue: 3.5.3
nuxt: 3.13.0

OS

Mac

Reproduction Link

https://stackblitz.com/edit/nuxt-starter-dnlhxf?file=app.vue

Steps to reproduce

What is Expected?

What is actually happening?

 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 <ModalsContainer data-v-inspector="app.vue:8:5" > 
  at <App data-v-inspector="node_modules/nuxt/dist/app/components/nuxt-root.vue:16:5" > 
  at <NuxtRoot>
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

2 participants