I'm getting this warning message when installing on a React 17 project.
react-clickout-handler@1.2.1" has incorrect peer dependency "react-dom@^15.5.x || ^16.x"
This lib seems to work with no problem on such versions, so I believe just update the peerDeps definition should be enough.
I'm getting this warning message when installing on a React 17 project.
This lib seems to work with no problem on such versions, so I believe just update the peerDeps definition should be enough.