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
I found an unexpected behaviour when deleting an element in a connected callback.
I have my element A, and a connected callback that does removes it and then call another function. Such function then append an element to the (ex) previous sibling of A, and I get an error then (nodeType null)