redux-form icon indicating copy to clipboard operation
redux-form copied to clipboard

Fix peer dependencies to include future versions

Open lynxtaa opened this issue 3 years ago • 5 comments

Fixes problems with NPM peer dependencies, including future versions since this package is unmaintained.

Fixes NPM errors when installing react@18 and react-redux@8

Fixes https://github.com/redux-form/redux-form/issues/4763

lynxtaa avatar May 04 '22 06:05 lynxtaa

@erikras please merge this PR and release a new version 🙏

lynxtaa avatar May 12 '22 19:05 lynxtaa

👋 Any idea when this will be merged to the main branch and release Thanks

OmerHerera avatar May 18 '22 07:05 OmerHerera

Can we get this merged? The build issue was only in stable node. node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)

Themonkey180 avatar Jun 10 '22 00:06 Themonkey180

bump any updates on this

karlbalagtey avatar Jun 27 '22 13:06 karlbalagtey

It's pretty clear this library is no longer maintained. Even it's successor library, final-form/react-final-form is no longer actively maintained. No disrespect to @erikras, I don't think anyone could keep up with the volume of noise these popular libraries generate! IMO this library is better than final-form & others such as formik & react-hook-form so it's a pity.

made-in-nz avatar Jun 27 '22 22:06 made-in-nz

Would be great if this PR is merged! Please 🙏

ValeriyaKaretnikova avatar Oct 18 '22 22:10 ValeriyaKaretnikova

I wonder when will this be fixed, based on this tread travis-ci.community the version/distribution of Ubuntu Linux that Travis CI runs on needs to be upgraded,{ dist: focal }prop needs to be changed and no changes to travis.yml are required so this is more of a dev ops issue. I wish I had the privs to do the upgrade. The final-form or Formik libraries will never be a replacement of a redux-form as bigger apps need to have access to the form state and form API from various components even if the form component is not mounted.

hvician avatar Nov 01 '22 13:11 hvician

@erikras please merge this PR because React 17 dependency prevents the evolution to expo SDK 46 which is using React 18 Thanks!

jmgarciasanti avatar Nov 05 '22 16:11 jmgarciasanti

But does Redux Form work with React 18? I guess it won't support concurrent mode.

sbaechler avatar Nov 08 '22 14:11 sbaechler

@sbaechler in my case I'm "using" React 18 due to Expo upgrade to SDK 46, but I'm not using React 18 new features like concurrent mode. Maybe dependencies can be upgraded in redux-form to include React 18, with a disclaimer of not supporting concurrent mode at this time.

jmgarciasanti avatar Nov 08 '22 15:11 jmgarciasanti

We are still waiting for this pr or alternative solution to be merged. Is there any progress?

efecantekin avatar Nov 24 '22 12:11 efecantekin

I guess it's not relevant anymore since https://github.com/redux-form/redux-form/pull/4771 is merged

lynxtaa avatar Nov 30 '22 11:11 lynxtaa