ioof-holdings / redux-subspace

Build decoupled, componentized Redux apps with a single global store
https://ioof-holdings.github.io/redux-subspace/
BSD 3-Clause "New" or "Revised" License
312 stars 33 forks source link

react-redux-subspace support react-redux 7 #111

Closed stephen-dahl closed 5 years ago

stephen-dahl commented 5 years ago

Is it a bug, feature request or question? feature

Which package(s) does this involve? react-redux-subspace@3.1.0

Input Code

yarn add react-redux-subspace react-redux

Current Behavior

warning " > react-redux-subspace@3.1.0" has incorrect peer dependency "react-redux@^5.0.0".

jpeyper commented 5 years ago

Hi @stephen-dahl, thanks for your feature request.

The upgrade from react-redux v5 to v6 is a major change for us as the internals change significantly

Please see this open PR for the discussions around this and the v7 support that is planned: https://github.com/ioof-holdings/redux-subspace/pull/103

jpeyper commented 5 years ago

Sorry, didnt mean to close this... reopening until that PR is resolved.