playback.core requires portal.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.
playback.corerequiresportal.webif 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.webeven in cljs.