You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: