redux-react-firebase icon indicating copy to clipboard operation
redux-react-firebase copied to clipboard

Plan to support react-redux@5

Open dunnock opened this issue 7 years ago • 2 comments

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 [email protected]

I am on [email protected], please see my package.json enclosed.

package.zip

dunnock avatar Jan 04 '17 18:01 dunnock

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

inoyakaigor avatar Jan 29 '17 16:01 inoyakaigor

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

Viral-Inc avatar May 20 '17 15:05 Viral-Inc