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
The constructor isn't really the place for connecting event handlers and such; that should probably be done in connectedCallback. See https://lit.dev/docs/components/lifecycle
The text was updated successfully, but these errors were encountered:
The constructor isn't really the place for connecting event handlers and such; that should probably be done in
connectedCallback
. See https://lit.dev/docs/components/lifecycleThe text was updated successfully, but these errors were encountered: