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
User reported bug: Ref callbacks are called incorrectly (with undefined when they shouldn't be) when the same callback is passed to multiple refs. Particularly, if an unbound LitElement method is passed to ref, this will result in incorrect callbacks when multiple instances of that element are used.