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

[Bug Report][3.0.0-beta.15] v-tabs/v-window child component in v-window mounted twice #15995

Closed
ccamensuli opened this issue Oct 29, 2022 · 0 comments
Assignees
Labels
C: Transitions T: bug Functionality that does not work as intended/expected
Milestone

Comments

@ccamensuli
Copy link

Environment

Vuetify Version: 3.0.0-beta.15
Last working version: 3.0.0-beta.15
Vue Version: 3.2.41
Browsers: Chrome 107.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

refresh page

Expected Behavior

child component must mounted once

Actual Behavior

child component mounted twice

Reproduction Link

https://codesandbox.io/s/vtab-3h5n19

Other comments

CodeSandbox console

Child Mounted hello-1
Parent Mounted
Child Mounted hello-1

v-if on v-window-item

if we uncomment the "v-if" on "v-window-item" on example it will generate an infinite loop

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected and removed S: triage labels Oct 30, 2022
@KaelWD KaelWD self-assigned this Oct 30, 2022
@KaelWD KaelWD added this to the v3.0.0-beta milestone Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Transitions T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants