acdlite / recompose

A React utility belt for function components and higher-order components.
MIT License
14.76k stars 1.26k forks source link

Support React 17 #827

Open daveisfera opened 3 years ago

daveisfera commented 3 years ago

Please add || ^17.0.0 to react dependency

G-Rath commented 3 years ago

This is a blocker with npm@7 now, as it installs peer dependencies by default so any project using react@17 won't be able to use recompose (nor any library using it, such as @nivo) without using --legacy-peer-deps.

william-will-angi commented 2 years ago

It seems like this package may be abandoned now. Anybody have a suggestion for another library that would be an easy transition?