sergiop / react-giphy-searchbox

Responsive and customizable search and select for Giphy's GIFs and Stickers.
https://sergiop.github.io/react-giphy-searchbox/
MIT License
48 stars 19 forks source link

Outdated react peer dependencies cause issues #74

Open prnthh opened 1 year ago

prnthh commented 1 year ago

The package uses React 16 as a peerDependency, which causes conflicts when importing the library into newer projects using React 18.

Please update to allow usage of newer versions of React.