tiberiuc / redux-react-firebase

Use Firebase with React and Redux in ES6
MIT License
248 stars 36 forks source link

Plan to support react-redux@5 #53

Open dunnock opened 7 years ago

dunnock commented 7 years ago

Right now if I add latest react-redux to my project yarn check fails with error: error redux-react-firebase#react-redux@^4.0.6 doesn't satisfy found match of react-redux@5.0.1

I am on redux-react-firebase@2.4.0, please see my package.json enclosed.

package.zip

inoyakaigor commented 7 years ago

I have same problem: latest versions of redux (5.0.1) and react-redux-firebase (2.5.1) incompatible

Viral-Inc commented 7 years ago

I'm just going to edit the package.json peerDependency to react-redux 5.0.4 and see if anything breaks