@tony.kay I was trying to run with untangled client, and got an error in this line: https://github.com/untangled-web/untangled-client/blame/develop/src/untangled/client/mutations.cljc#L89 I'm pretty sure there isn't a s/invalid?
function on clojure.spec
(and that's making the build fail to compile), are you able to run that code?
1.9.0-alpha14?
https://github.com/clojure/clojure/blob/master/src/clj/clojure/spec.clj#L141
also make sure you're using the latest cljs. We do typically ride the cutting edge of versions, since Om does as well
@tony.kay ah, good point, I said that because I couldn't find it their API docs, I guess that is outdated https://clojure.github.io/clojure/branch-master/clojure.spec-api.html
thanks 🙂
@wilkerlucio @tony.kay I’ve seen that as a warning, but it never actually affects anything for me… I don’t really understand as it exists in both clojure & cljs https://github.com/clojure/clojure/blob/master/src/clj/clojure/spec.clj#L141 https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/spec.cljs#L144