acdlite / recompose

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

Offer updates from down stream #862

Open jsg2021 opened 2 years ago

jsg2021 commented 2 years ago

Along with updating toolchain deps, this fixes a warning from React (about createFactory deprecation) and adds || ^17.0.0 to the react dependency. The goal is to allow existing old code using this to continue to function while still moving forward with React.

I'm just offering this up. I don't expect it to land, since this project is basically deprecated.