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
Only call element.on when the merchant passes in a callback (#372)
* Only attach callbacks the merchant defines
* Update tests
* Adds element as a dependency to useAttachEvent
* Prevent .on and .off from being called on every render
* Unit test based on repro
* Comment
* Remove no-op
0 commit comments