#4774·redux-form

Support react-redux 8.x.x

Author: GFGillCreated Dec 6, 2022Updated Dec 6, 2024
Labelsfeature

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