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 116 react-transition-group issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

> What is the current behavior? All nodes will be rendered when a key exists in the children of the TransitionGroup. Just try this [Demo](https://codesandbox.io/s/bitter-haze-8udubg?file=/demo.js), after the react key is...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies

Most other React community modules as well as React itself have MIT license. Can this repo move to MIT as well? Is this an oversight that this repo still has...

> What is the current behavior? animation not worked when a Component rendered by ReactDOM.render() the enter animation not work, but leave animation worked > What is the expected behavior?...

> What is the current behavior? CSSTransition add classname to child component by dom API directly, not by react. If react updates after CSSTransition adding class, CSSTransition's class names ,like...

> What would you like improved? Click the link on overflow to view the issue details: [https://stackoverflow.com/questions/72213111/react-router-v6-how-to-add-transitions-when-using-useroutes-hook](url)

> What is the current behavior? The given example on page of React Transition Group [https://reactcommunity.org/react-transition-group/with-react-router] is based on previous version of React Router. When I use the code from...

When using Material-UI / React-Bootstrap or any other styles on React. The error "Can't resolve 'react-transition-group/Transition' in 'C:\Users\xxxxx\Documents\Web Development\bloglist-frontend\node_modules\react-bootstrap\esm'" comes up when trying to import any component. How can this...