@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!@fdserr: excellent!