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 e function occasionally overrides parameters in my javascript, I use e for javascript events a lot e.g. submit(e)(relatively common parameter name).
I'm importing '@domchristie/turn/dist/turn.js' which resolves the issue although I wanted to highlight it with you.
Mike
The text was updated successfully, but these errors were encountered:
Hey @domchristie 👋,
I have an intermittent issue that arises from the
camelCase
helper being minified to the below function.The
e
function occasionally overrides parameters in my javascript, I usee
for javascript events a lot e.g.submit(e)
(relatively common parameter name).I'm importing
'@domchristie/turn/dist/turn.js'
which resolves the issue although I wanted to highlight it with you.Mike
The text was updated successfully, but these errors were encountered: