liquor-tree icon indicating copy to clipboard operation
liquor-tree copied to clipboard

[bug] Node.hide() loses the node in the mounted hook

Open simonadler1 opened this issue 3 years ago • 0 comments

I am trying to conditionally render a node so I run Node.hide() on a specific node in the mounted hook. I am unable to Node.show() a hidden node anywhere besides the mounted hook where i call .hide(). From my console logs it appears the node is not even being rerendered. Heres an example of the bug https://jsfiddle.net/adlershimon/04pLuw26/10/ after clicking change value the third conditional node should appear

simonadler1 avatar Aug 19 '20 19:08 simonadler1