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
{{ message }}
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
The handler will get rebound for every render because removeEventListener() isn't removing the handler. This is probably because of the case-sensitivity of event names. We should be using eventNameLc for all references to the event internally.
The text was updated successfully, but these errors were encountered:
If you render:
The
handler
will get rebound for every render becauseremoveEventListener()
isn't removing the handler. This is probably because of the case-sensitivity of event names. We should be usingeventNameLc
for all references to the event internally.The text was updated successfully, but these errors were encountered: