react-transition-group icon indicating copy to clipboard operation
react-transition-group copied to clipboard

An easy way to perform animations when a React component enters or leaves the DOM

Results 100 react-transition-group issues
Sort by recently updated
recently updated
newest added

> What is the current behavior? If `in` and `appear` are `true` on first render, and `classNames` contains a value for `enterDone` and you do not provide `appearDone`, you get...

` ` I tried with this code but was not able to open the component.

> What is the current behavior? Around 0.1% of the time [in React 18, not sure if related] `onExited` doesn't fire > What is the expected behavior? `onExit` should always...

> What is the current behavior? Currently, I am seeing no updating of state. When I am trying to update a `useState` variable - the variable just fails to update....

> What would you like improved? The author of #576 expressed confusion around initially applied classes in `CSSTransition`, where he expected elements to start with `*-done` classes when mounted (unless...

question

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies

> What is the current behavior? when the drawer is opened and the Toggle theme button is clicked the theme changes however the drawer immediately closes. I noticed that the...

I have Updated to latest version(4.4.5) and i am getting this warning in the console. Here is the part of code where i am using TransitionGroup:

> What is the current behavior? CSSTransition is used in hybrid apps (Cordova+Umi+React), which normally displays the effect on Android/Apple systems, but does not show the transition animation effect on...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Copying and pasting the existing examples into my react environment results in the...