Closed pdcastro closed 5 years ago
Thanks, and sorry for neglecting to run the tests on node. Really should have automated that!
I think this is still an issue because window
doesn't exist at all so the safe check is typeof window !== 'undefined' && ...
My Node.js CI build started failing with the following error, apparently as a result of an update from
v2.2.2
tov2.3.0
:Perhaps a regression of #81 (ReferenceError: window is not defined (2.0.0))?
Probably connected to PR #122, merged a few hours ago.
Workaround: pinning to version
~2.2.2
.