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
We use this module to polyfill IE10. But when using it in SSR powered application, it crash the server with following error :
var MutationObserver = window.MutationObserver ^ ReferenceError: window is not defined at Object.<anonymous> (/home/.../editor/node_modules/mutation-observer/index.js:3:24)
Hello,
We use this module to polyfill IE10. But when using it in SSR powered application, it crash the server with following error :
var MutationObserver = window.MutationObserver ^ ReferenceError: window is not defined at Object.<anonymous> (/home/.../editor/node_modules/mutation-observer/index.js:3:24)
a PR submitted in order to fix this issue #10
The text was updated successfully, but these errors were encountered: