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'm trying to understand the render function and how it is supposed to be used. It seems like the element passed as the first argument is being removed from the dom. Is this what it is supposed to do? I don't see it mentioned in any docs.
Because like this the example here which sets the resulting svg as innerHTML of the element does not work, because that element is no longer being displayed. Probably I am thinking wrong, but not sure how?