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
I like the new notation, but I (and my IDE) have a bit of an issue with the name of the function.
Since it's also a default function name (for the same thing) it causes issues with the auto importer.
Should we rename the "addEventListener" function so it's easier to autoimport and doesn't cause other potential conflicts?
We could use "addListener" or the more jQuery like "on" or maybe something else?
The text was updated successfully, but these errors were encountered:
I like the new notation, but I (and my IDE) have a bit of an issue with the name of the function.
Since it's also a default function name (for the same thing) it causes issues with the auto importer.
Should we rename the "addEventListener" function so it's easier to autoimport and doesn't cause other potential conflicts?
We could use "addListener" or the more jQuery like "on" or maybe something else?
The text was updated successfully, but these errors were encountered: