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.
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).
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?