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 problem is that I'm using the following in the icon-button component:
@Output click: EventEmitter
This is causing the click event to be fired twice. Once for the custom @Output and once for the standard click event that all HTML components have. Fascinating problem.
The text was updated successfully, but these errors were encountered:
The problem is that I'm using the following in the icon-button component:
This is causing the click event to be fired twice. Once for the custom
@Output
and once for the standard click event that all HTML components have. Fascinating problem.The text was updated successfully, but these errors were encountered: