You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: