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
ReferenceError: window is not defined
at new Mount (node_modules/hyperdom/mount.js:10:44)
at start (node_modules/hyperdom/rendering.js:64:15)
at startAttachment (node_modules/hyperdom/rendering.js:56:12)
at Object.exports.appendVDom (node_modules/hyperdom/rendering.js:34:10)
at Context.<anonymous> (test/hyperdomIntegrationSpec.js:44:14)
Looks as if deep down hyperdom relies on real window and document being available.
The text was updated successfully, but these errors were encountered:
This code
Fails with
Looks as if deep down hyperdom relies on real
window
anddocument
being available.The text was updated successfully, but these errors were encountered: