xored / scala-js-react

ScalaJS interface for Facebook React
Apache License 2.0
133 stars 13 forks source link

Error when trying to add xored scalajs react to a play project #21

Open SergioB opened 9 years ago

SergioB commented 9 years ago

I've got Scala.js working in the play project but when I try to add xored scalajs react, I'm getting these errors:

rg.scalajs.core.tools.classpath.JSLibResolveException: Some references to JS libraries could not be resolved:

kanterov commented 9 years ago

Fixed in fork. https://github.com/kanterov/scala-js-react

naderghanbari commented 9 years ago

Why not making a pull request from your fork? I had exactly the same problem and I forked the repo and did the fix myself but then I found this issue and your fork.