Just updated to devcards 0.2.1 and added to a new project. I seem to get errors with react-dom, js/ReactDOM is undefined, any ideas?
react-dom.inc.js
does return React.__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
which is undefined, what is going on?
does devcards always just mount on the body or can i target a specific DOM node? i’d like to target some CSS selectors without having to bake them into each card.
downgrading to 0.2.0-8 and everything works.. weird
You need to make sure you are pulling in react 0.14, not 0.13. One of your deps may need upgrading like sablono
@minimal: the only thing I got in the react-dom m2 repository is ~/.m2/repository/cljsjs/react-dom/0.14.0-1
Btw, is there a reason why the :inspect-data
is not rendered with a monospace font? Would be nice if the edn was aligned properly