judo-heroes
judo-heroes copied to clipboard
TypeError: window.addEventListener is not a function
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?