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

animation not worked when a Component rendered by ReactDOM.render(<Component />)

Open LeeRayno opened this issue 3 years ago • 0 comments

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

What is the expected behavior? animation It's worked when a Component rendered by ReactDOM.render(<Component />)

Could you provide a CodeSandbox demo reproducing the bug? just change the offical demo code CodeSandbox demo here

LeeRayno avatar Oct 13 '22 09:10 LeeRayno