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
TypeError: Unable to get property 'addEventListener' of undefined or null reference
at setup (http://10.0.2.2:3100/assets/js/vendor-body.js:53884:5383)
at l (http://10.0.2.2:3100/assets/js/vendor-body.js:53884:16476)
at Anonymous function (http://10.0.2.2:3100/assets/js/vendor-body.js:18667:34)
at invokeLinkFn (http://10.0.2.2:3100/assets/js/vendor-body.js:18673:9)
at nodeLinkFn (http://10.0.2.2:3100/assets/js/vendor-body.js:18167:11)
at compositeLinkFn (http://10.0.2.2:3100/assets/js/vendor-body.js:17563:13)
at nodeLinkFn (http://10.0.2.2:3100/assets/js/vendor-body.js:18162:24)
at compositeLinkFn (http://10.0.2.2:3100/assets/js/vendor-body.js:17563:13)
at compositeLinkFn (http://10.0.2.2:3100/assets/js/vendor-body.js:17566:13)
I am getting a type error in IE10:
In chrome from the minified code
In IE:
c.querySelector("body") === undefined
My setup:
<wysiwyg-edit content="text" config="editorConfig"></wysiwyg-edit>
The text was updated successfully, but these errors were encountered: