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
Happened to me as well. This happens for example when integrating between jQuery.payment and Zepto. payment lib listens to input events, and then the issue occurs.
question:
Uncaught TypeError: Cannot assign to read only property 'data' of object '#'
at HTMLInputElement.handler.proxy (zepto.min.js?1285:1036)
$("#root").on("input keyup",function(){
})
The text was updated successfully, but these errors were encountered: