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

multi-root-components with missing elements #5308

Closed
mibux opened this issue Jan 22, 2022 · 1 comment
Closed

multi-root-components with missing elements #5308

mibux opened this issue Jan 22, 2022 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@mibux
Copy link

mibux commented Jan 22, 2022

Version

3.2.27

Reproduction link

sfc.vuejs.org/

Steps to reproduce

Use the toggle button (SFC Playground) to toggle between the view of Temp1 and Temp2 component. It has to be used multiple times as the bug shows only after Temp1 is showing again.

What is expected?

Temp1 should always show the numbers from 1 to 9 even after toggling multiple times.

What is actually happening?

After toggeling to Temp1 after been on Temp2 all the elements of the component except the first one (h1-element) are not showing.


Works find in v3.2.26, broken in v3.2.27 and newer. I'm not sure if this is related to v-if but that's how I discovered it.

@lidlanca
Copy link
Contributor

introduced by: ed9eb62

@LinusBorg LinusBorg added the 🐞 bug Something isn't working label Jan 23, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants