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
When I try to compile outwatch-extras, sbt encounters a dependency resolution error for "io.github.mariusmuja" %%% "outwatch" % "1.0.0-RC7". When I use via jitpack "com.github.outwatch" % "outwatch" % "master-SNAPSHOT" or "io.github.mariusmuja" % "outwatch" % "monix-SNAPSHOT" I can compile everything, but when I try to run the demo-spa project I get the following error:
[error] .../target/scala-2.12/scalajs-bundler/main/demo-spa-fastopt.js:22107
[error] var arg1 = $as_T($m_Lorg_scalajs_dom_package$().window__Lorg_scalajs_dom_raw_Window().location.href);
[error] ^
[error] TypeError: Cannot read property 'location' of undefined
[error] at $c_Loutwatch_extras_router_BaseUrl$.until__T__Loutwatch_extras_router_BaseUrl
...
The text was updated successfully, but these errors were encountered:
Klinkenstecker
changed the title
build.sbt's outwatch dependency does not exist anymore
(monix branch:) build.sbt's outwatch dependency does not exist anymore
Jun 14, 2018
When I try to compile outwatch-extras, sbt encounters a dependency resolution error for "io.github.mariusmuja" %%% "outwatch" % "1.0.0-RC7". When I use via jitpack "com.github.outwatch" % "outwatch" % "master-SNAPSHOT" or "io.github.mariusmuja" % "outwatch" % "monix-SNAPSHOT" I can compile everything, but when I try to run the demo-spa project I get the following error:
[error] .../target/scala-2.12/scalajs-bundler/main/demo-spa-fastopt.js:22107$m_Lorg_scalajs_dom_package$ ().window__Lorg_scalajs_dom_raw_Window().location.href);$c_Loutwatch_extras_router_BaseUrl$ .until__T__Loutwatch_extras_router_BaseUrl
[error] var arg1 = $as_T(
[error] ^
[error] TypeError: Cannot read property 'location' of undefined
[error] at
...
The text was updated successfully, but these errors were encountered: