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

I've looked through the historical issues, but none of them worked in my case. The code is roughly like this ``` { anArrayInReduxStore.map((e, _) => { //a very complex row...

> What is the current behavior? 'ReactCSSTransition' cannot be used as a JSX component. Its instance type 'CSSTransition' is not a valid JSX element. > What is the expected behavior?...

When using react-transition-group and react-router-DOM together, the routing component will be rendered twice. https://codesandbox.io/p/sandbox/react-transition-group-render-route-component-twice-fdgwfy

> What is the current behavior? CRA("react-scripts": "4.0.1",) yarn has problem,npm not have. react-dom.development.js:24281 Uncaught Error: Unable to find node on an unmounted component. at findHostInstanceWithWarning (react-dom.development.js:24281) at Object.findDOMNode (react-dom.development.js:24804)...

I am using NextJS with tailwind css and react18 and this is my code, and it is not adding up css classes to children ``` import React,{useState,useEffect,useRef} from 'react'; import...

The `forceReflow()` function in `src/utils/reflow.js` currently reads `node.scrollTop` to force a reflow. That causes [style, layout, paint and composite](https://web.dev/rendering-performance/#the-pixel-pipeline) to be run (and makes sure the browser picks up on...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.16.1 to 5.25.1. Release notes Sourced from gatsby-transformer-remark's releases. v5.3.0 Welcome to [email protected] release (December 2022 #1) Key highlights of this release: ES Modules (ESM) in Gatsby...

dependencies

> What is the current behavior? Transition + TransitionGroup does not animate on appear / enter (but does on exit). See https://codesandbox.io/s/adoring-villani-crjbs7?form-embed This is in contrast to CSSTransition + TransitionGroup...