We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noticed this by accident that the project I'm working on is using React 16 rather than 15.
lein deps :tree showed this was being pulled in via reagent 0.8 via re-frame-firebase. Latest re-frame itself is using reagent 0.7.
lein deps :tree
reagent 0.8
re-frame-firebase
reagent 0.7
Suggestion: drop the explicit reagent dependency unless there's a good reason to need the newest version?
reagent
The text was updated successfully, but these errors were encountered:
This makes sense. I don't remember why I had originally added the explicit dependency on reagent, but it does not seem like it should be needed.
If you have time to make the change, please verify that it doesn't break examples/firestore or anything else obvious, then send me a PR.
examples/firestore
Sorry, something went wrong.
No branches or pull requests
Noticed this by accident that the project I'm working on is using React 16 rather than 15.
lein deps :tree
showed this was being pulled in viareagent 0.8
viare-frame-firebase
. Latest re-frame itself is usingreagent 0.7
.Suggestion: drop the explicit
reagent
dependency unless there's a good reason to need the newest version?The text was updated successfully, but these errors were encountered: