Closed seveniruby closed 5 years ago
just change to scala.js
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.7"
libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "latest.release"
libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "latest.release"
libraryDependencies += "com.thoughtworks.binding" %%% "dom" % "latest.release"
i use github demo https://scalafiddle.io/sf/TKPExZE/4 , and invoke it use another object, then i get an error
Github.scala
App.scala
sbt配置