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
having the same issue here. @jiaweihli did you solve this? im using it in react and i am using some ternary expression to render components and it throws that error when certain elements are removed from dom.
If an element has already been detached from the DOM, this throws an exception in
testUniqueness
, which assumes thatparentNode
always exists.The text was updated successfully, but these errors were encountered: