Fork me on GitHub
#cljsjs
<
2016-06-08
>
fdserr06:06:20

@rohit @juhoteperi Thanks for your help. Here's my setup to be able to use ReactDOM and CSSTransitionGroup together: Deps:

[cljsjs/react-with-addons "15.1.0-0"]
[cljsjs/react-dom "15.1.0-0" :exclusions [[cljsjs/react]]]
Require:
[cljsjs.react]
[cljsjs.react.dom]
Fresh start of figwheel and serious browser reload helps too^^ Cheers!