@bhauman: Does devcards have any dependency on react version? I’m trying to run a simple fulcro demo app, compiled with shadow-cljs, and getting ‘create-react-class’ is not available, it was required by cljsjs/react.cljs. May not be devcards - but I’m pulling react 16 in with npm - don’t think there is any other cljsjs/react dependencies.
Nevermind! — Needed to npm install create-react-class - which mimics that in 16.