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
Note that the third line there is technically a breaking change for SDK clients, from here—if they were reading that property vs. just calling preventDefault. But since they probably aren't and our usage is pretty low at the moment, if this is fixed in the near future, I'd just call the change a patch.
Another alternative to avoid making a breaking change is to do
We can just use the DOM
Event
class instead:Note that the third line there is technically a breaking change for SDK clients, from here—if they were reading that property vs. just calling
preventDefault
. But since they probably aren't and our usage is pretty low at the moment, if this is fixed in the near future, I'd just call the change a patch.Another alternative to avoid making a breaking change is to do
The text was updated successfully, but these errors were encountered: