scup / atellier

The smartest way to share interactive components with your team.
http://scup.github.io/atellier/
MIT License
995 stars 33 forks source link

Components using `ReactCSSTransitionGroup` crash #34

Open mshwery opened 8 years ago

mshwery commented 8 years ago

Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.

By the way – I am using the non-minified dev environment in React (including NODE_ENV=development), so this particular warning's appearance is quite cryptic to me.

Removing <ReactCSSTransitionGroup> from the render return resolves the issue.

It's hard to debug what's going on under the hood here or why this specific React component (ReactCSSTransitionGroup) doesn't work in Atellier.

Do you have any recommendations?

fravic commented 8 years ago

Seeing a similar error in a non-minified dev environment when rendering a component that uses react-slider@v0.6.1 (https://github.com/mpowaga/react-slider).