timeout-transition-group
timeout-transition-group copied to clipboard
a better React Transition Group than CSSTransitionGroup
Results
2
timeout-transition-group issues
Sort by
recently updated
recently updated
newest added
Is there a particular reason the dependency is set to `^0.14` instead of matching the react/react-dom peer dependencies at `0.14.x - 15.x`? Ref package.json: ``` "react-addons-transition-group": "^0.14.0" ```
There are several uncaught errors being thrown when children of TimeoutTransitionGroup return null in the render function.