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
Web components don't require use of the shadow DOM, and our application doesn't particularly benefit from it so it would be ideal to strip out shadow DOM. This will require moving all appendChild calls into the connectedCallback, which mostly occurs in the constructor currently.
The text was updated successfully, but these errors were encountered:
Web components don't require use of the shadow DOM, and our application doesn't particularly benefit from it so it would be ideal to strip out shadow DOM. This will require moving all
appendChild
calls into theconnectedCallback
, which mostly occurs in the constructor currently.The text was updated successfully, but these errors were encountered: