devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2015-11-19T17:31:48.000009Z

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?

2015-11-19T17:34:11.000010Z

react-dom.inc.js does return React.__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; which is undefined, what is going on?

joshfrench 2015-11-19T18:14:21.000012Z

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.

2015-11-19T18:26:08.000013Z

downgrading to 0.2.0-8 and everything works.. weird

minimal 2015-11-19T18:42:55.000014Z

You need to make sure you are pulling in react 0.14, not 0.13. One of your deps may need upgrading like sablono

2015-11-19T22:17:17.000015Z

@minimal: the only thing I got in the react-dom m2 repository is ~/.m2/repository/cljsjs/react-dom/0.14.0-1

2015-11-19T22:19:28.000016Z

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