cljsjs

fdserr 2016-06-08T06:56:20.000021Z

@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!

rohit 2016-06-08T09:38:07.000032Z

@fdserr: excellent!