rum

tvaughan 2019-08-15T19:22:27.003700Z

@tvaughan has joined the channel

tvaughan 2019-08-15T19:30:34.007100Z

Has anyone successfully compiled a rum project using shadow-cljs? I used npm to install react, react-dom, and create-react-class per https://shadow-cljs.github.io/docs/UsersGuide.html#_missing_js_dependency and https://github.com/thheller/shadow-cljs/issues/199. When I try to compile a simple hello-world application that does nothing other than require rum.core I get The required JS dependency "object-assign" is not available, it was required by "node_modules/react/cjs/react.production.min.js". Yes, I'm aware I could also use npm to install object-assign, but this just doesn't seem right to me.

mruzekw 2019-08-15T20:11:28.008Z

Yeah, I would expect React's package.json to account for that... 🤔