jk-gan / redux-flipper

Redux middleware for React Native for Flipper
MIT License
160 stars 21 forks source link

redux peerDependency to >=4 #75

Closed ZeroCho closed 6 months ago

ZeroCho commented 8 months ago

I think it needs to be >=4 to support both redux@4 and @5.

fikkatra commented 7 months ago

This blocks us from upgrading to react-redux@9 and @reduxjs/toolkit@2, since it causes a peer dependency conflict. Please release a version that supports redux@5.

plwai commented 7 months ago

Will release asap. https://github.com/jk-gan/redux-flipper/pull/76

plwai commented 6 months ago

fixed