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
Under the hood, we use a MutationObserver to detect attribute changes, but this feature is already built into Web Components. We could set the observedAttributes property with our current observe class method.