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
When rending a metal component, is there a reason for appending the component to the parentElement rather than replacing the node? For our use case, it is usually better to replace the node with our metal component rather than appending it.
newMyComponent({},parentElement);
Just curious what the thought is behind this. Thanks!
The text was updated successfully, but these errors were encountered:
When rending a metal component, is there a reason for appending the component to the
parentElement
rather than replacing the node? For our use case, it is usually better to replace the node with our metal component rather than appending it.Just curious what the thought is behind this. Thanks!
The text was updated successfully, but these errors were encountered: