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
Component events are currently implemented with CustomEvents, which are not supported in IE11. When compiling with legacy: true, we should use another mechanism.