react-fonticonpicker
react-fonticonpicker copied to clipboard
Fix deprecated findDomNode for React 19 compatibility
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.