react-fonticonpicker icon indicating copy to clipboard operation
react-fonticonpicker copied to clipboard

Fix deprecated findDomNode for React 19 compatibility

Open davidgolden opened this issue 8 months ago • 0 comments

React 19 deprecates findDOMNode which is used by react-transition-group unless nodeRef is provided as a prop. This adds that prop and makes necessary changes for transitions to work correctly.

davidgolden avatar Mar 11 '25 22:03 davidgolden