scalajs-react-template
scalajs-react-template copied to clipboard
Unable to run project
Hi,
I'm trying to run the project, but faced an issue:
[info] Running scalajsreact.template.ReactApp
org.mozilla.javascript.EcmaError: TypeError: Cannot call method "createElement" of undefined (Lscalacss_ScalaCssReactFns$.sjsir#13)
Could you help me to fix this?
Same error for me
@akarasev You shouldn't use sbt run. See https://github.com/chandu0101/scalajs-react-template/pull/7 or https://github.com/christobill/scalajs-react-template to see how to launch with workbench.
@christobill Thank you!