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
{{ message }}
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
It is instead preferable to move such DOM traversals away from attributeChangedCallback, using one of the following:
move traversals to connectedCallback
This seems to conflict with no-dom-traversal-in-connectedcallback.md which states Traversing the DOM during the connectedCallback phase is error-prone, which confuses me. it would be helpful to clarify this.
The text was updated successfully, but these errors were encountered:
no-dom-traversal-in-attributechangedcallback.md states:
This seems to conflict with no-dom-traversal-in-connectedcallback.md which states
Traversing the DOM during the connectedCallback phase is error-prone,
which confuses me. it would be helpful to clarify this.The text was updated successfully, but these errors were encountered: