Git Product home page Git Product logo

Comments (7)

dispalt avatar dispalt commented on July 24, 2024

That is just for the sourcemap. There is something weird with sourcemaps for scala.js that I haven't figured out yet, I know @lihaoyi libraries have the same issue. you may want to try relativeSourceMaps in your build configuration.

from scalajs-react.

bblfish avatar bblfish commented on July 24, 2024

thanks that fixes that issue. I am now just left with

Uncaught TypeError: Cannot read property 'createClass' of undefined ReactComponentB.scala:109
ScalaJS.c.Ljapgolly_scalajs_react_ReactComponentB$B2$B3$B4.create__O ReactComponentB.scala:109
ScalaJS.c.Lakka_http_test_ScalaReactSpeedTest$.example1__Lorg_scalajs_dom_Node__Ljapgolly_scalajs_react_ComponentScopeM ScalaReactSpeedTest.scala:24
ScalaJS.c.Lakka_http_test_ScalaReactSpeedTest$.main__V ScalaReactSpeedTest.scala:17
ScalaJS.c.Lakka_http_test_ScalaReactSpeedTest$.$$js$exported$meth$main__O ScalaReactSpeedTest.scala:15
ScalaJS.c.Lakka_http_test_ScalaReactSpeedTest$.main ScalaReactSpeedTest.scala:15
(anonymous function)

which I suppose means that there is some library I am not importing....

from scalajs-react.

dispalt avatar dispalt commented on July 24, 2024

You have to include the react-with-addons.js on your page before your app.

from scalajs-react.

bblfish avatar bblfish commented on July 24, 2024

Ah that does it yes. I was going by your examples that don't include it and work nicely. I thought all of those dependencies would be placed in the ./target/scala-2.11/http-model-uri-browsertest-jsdeps.js file that I have included.

from scalajs-react.

dispalt avatar dispalt commented on July 24, 2024

The example uses jsDependencies which includes the react webjar, so it's a bit more convoluted. Glad it worked!

from scalajs-react.

bblfish avatar bblfish commented on July 24, 2024

Ok, I just simplified the jsDependencies code in the build file as shown in the commit b7030b5 and it worked without the js import in the html. It looks like I had it all there but just was being a bit too clever by re-using your useReact function.

from scalajs-react.

japgolly avatar japgolly commented on July 24, 2024

Glad it all worked out @bblfish, and thanks @ddispaltro for being so helpful! 😉 🍻

from scalajs-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.