I need segmented-control to work with a React 17 project of mine.
I tried updating the dependencies myself but hit a roadblock as formsy-react still requires React 16, partly because airbnb-prop-types still requires React 16.
Filing this issue to track the progress of formsy-react's support for React 17. Once this is done, I'll submit a PR if I have time to finalize the work I've done.
I need
segmented-controlto work with a React 17 project of mine.I tried updating the dependencies myself but hit a roadblock as
formsy-reactstill requires React 16, partly becauseairbnb-prop-typesstill requires React 16.Filing this issue to track the progress of
formsy-react's support for React 17. Once this is done, I'll submit a PR if I have time to finalize the work I've done.