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

Grandchild component disappears after parent re-renders. #6915

Closed
linnea opened this issue Oct 25, 2017 · 1 comment
Closed

Grandchild component disappears after parent re-renders. #6915

linnea opened this issue Oct 25, 2017 · 1 comment
Labels

Comments

@linnea
Copy link

linnea commented Oct 25, 2017

Version

2.5.2

Reproduction link

https://jsfiddle.net/linnea/8euf1geo/1/

Steps to reproduce

On the JSFiddle, wait for the setTimeout on L19 to finish. When the parent's label is set to false, the component re-renders but loses the content of the grandchild.

What is expected?

For the GrandChild content to still be in the DOM.

What is actually happening?

GrandChild disappears after component in the parent re-renders.


Was expecting this bug to be fixed with this issue:
#6372

Not sure if it's the same or just a similar issue!

@yyx990803 yyx990803 added the bug label Oct 25, 2017
@stasson
Copy link

stasson commented Oct 26, 2017

Looks about same issue as #6891

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants