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
Yup, it's not node-compatible yet, looking into it for the next release. The goal is to eventually support everything Portal supports, and node's the only one that's still missing.
playback.core
requiresportal.web
if it's running under cljs: https://github.com/gnl/playback/blob/master/src/playback/core.cljc#L20. This immediately crashes nodejs runtime as it's missing the window global.There needs to be some alternative that allows to use
portal.web
even in cljs.The text was updated successfully, but these errors were encountered: