judo-heroes icon indicating copy to clipboard operation
judo-heroes copied to clipboard

TypeError: window.addEventListener is not a function

Open tbiinfotech opened this issue 7 years ago • 0 comments

I am getting this error after using new functionality in same library:

TypeError: window.addEventListener is not a function

There was another error: window is not defined which I fixed using if (typeof window === 'undefined') { global.window = {}; }

Can you help me out?

tbiinfotech avatar Nov 17 '17 12:11 tbiinfotech