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
This is pretty simple to check, one should handle only this.currentComponent() == this.component(). But sometimes this is tedious to write in all your event handlers. So a mixin could wrap all event handlers of a component and make sure it is like so.
The text was updated successfully, but these errors were encountered:
This is pretty simple to check, one should handle only
this.currentComponent() == this.component()
. But sometimes this is tedious to write in all your event handlers. So a mixin could wrap all event handlers of a component and make sure it is like so.The text was updated successfully, but these errors were encountered: