-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Release latest artifact for React 16.9 support #250
Comments
Apologies for the inaccuracy of the README @dijonkitchen There is currently an issue with inlining dependencies with mranderson for I have reverted the offending commits causing the confusion from |
Any work / progress on this? From what I can tell the issue originates in ztellman/riddley#31. Thanks and kind regards. |
Using:
I still get these warnings:
|
Setting the following dependencies fixed this issue that I have been trying to figure out for 2 days lol
To be precise, I made these changes: [thheller/shadow-cljs "2.8.83"]
- [reagent "0.9.1"]
- [re-frame "0.10.6"]
+ [reagent "0.8.1"]
+ [re-frame "0.10.8"]
[binaryage/devtools "0.9.10"]
[clj-commons/secretary "1.2.4"]
[day8.re-frame/tracing "0.5.3"]
[day8.re-frame/http-fx "0.1.6"]
- [day8.re-frame/re-frame-10x "0.4.0"]
+ [day8.re-frame/re-frame-10x "0.4.2"]
[day8.re-frame/tracing "0.5.1"]] P.S. I build it with |
These are just deprecation warnings for the new versions of React, so it makes sense that if you don't want to see them, dropping down on the versions will remove them. |
Yes, you are right! Though I've been developing my own app and got re-frame-10x (i think it's because of
I checked it with the conduit example and got the same error. So I managed to google two issues about it (this one and thheller/shadow-cljs#526), and then decided to post my solution here with hope that it would help someone! |
|
The Readme notes that you can use the
"0.5.3-rc1"
artifact, but it's not released on Clojars.Without it, it seems
re-frame-10x
has a bunch of deprecation warnings:The text was updated successfully, but these errors were encountered: