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
fix(runtime): make sure watchers can fire immediately if the custom element is already defined (#6381)
customElements.whenDefined always returns the answer asynchronously. Making the check synchronous when possible resolves the issue
fixes: 6373
BREAKING CHANGE: Watchers will fire earlier than before, but this is the expected behavior
0 commit comments