erikras / react-redux-promise-listener

A React component and Redux middleware that allows actions to be converted into Promises
MIT License
70 stars 12 forks source link

Dependencies review required #28

Open Enase opened 3 years ago

Enase commented 3 years ago

Any plans to update dependencies and support react v17+ ?

TKasperczyk commented 3 years ago

I decided to move from redux-form to react-final-form only because it didn't support Reactv17. I found a solution for calling async actions from onSubmit which included installing react-redux-promise-listener and it looks like I now have the exact same problem...