Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support react-redux 8.x.x #4774

Open
GFGill opened this issue Dec 6, 2022 · 4 comments
Open

Support react-redux 8.x.x #4774

GFGill opened this issue Dec 6, 2022 · 4 comments
Labels

Comments

@GFGill
Copy link
Contributor

GFGill commented Dec 6, 2022

Subject of the feature

react-redux current version is 8.0.6, but the peerDependency does not allow it

Problem

current peerDependency only allows:
"react-redux": "^6.0.1 || ^7.0.0",

Expected behavior

Suggesting an update to the peerDependency so that redux-form can work with the current version of react-redux

@elartix
Copy link

elartix commented Feb 9, 2023

Npm package still contain
"react-redux": "^6.0.1 || ^7.0.0", in package.json

https://www.npmjs.com/package/redux-form/v/8.3.9?activeTab=explore

@Aerendir
Copy link

Any news on this? The change was merged, but the version wasn't released...

@Aerendir
Copy link

Aerendir commented Mar 3, 2023

It seems this package is abandoned.

On the home page of its documentation, there is a clear statement saying:

Attention: Do not begin a project with Redux Form. The author of Redux Form has written a superior library, React Final Form. If you have already started using Redux Form, there is a migration guide.

Screenshot 2023-03-03 alle 18 10 32

Ref.: https://redux-form.com/8.3.0/

So, it seems we have to move to React Final Form.

@yanndinendal
Copy link

yanndinendal commented Jan 22, 2024

This seems to be fixed in redux-form@8.3.10 (release notes), which now allows react-redux@^6.0.1 || ^7.0.0 || ^8.0.0, but since then a new major react-redux@9 was released and is not allowed by react-redux's peerDeps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants