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
Ok, finally had some time to install a VM with win7/IE11 and do some testing. Turns out the error is triggered by this bit of code, as IE doesn't support custom events:
When using the memomryLocationPlugin IE11 has the following error:
Object doesn't support this action
The culprit seems to be the commen/extend method called here:
extends comes from the common/common package where it falls back to:
I however have no idea myself why this is breaking in IE11
The text was updated successfully, but these errors were encountered: