Closed kurt-o-sys closed 6 years ago
@kurt-o-sys Hey, can you create a minimal breaking example? I'm using this lib from CLJS every day without any issues
oh, I'll give it a try.
ok, I guess I found it: conflicting with:
[compojure "1.6.0"]
$ lein deps :tree
...
[compojure "1.6.0"] -> [clout "2.1.2"] -> [instaparse "1.4.0" :exclusions [org.clojure/clojure]]
overrides
[floatingpointio/graphql-builder "0.1.4"] -> [graphql-clj "0.1.20"] -> [instaparse "1.4.3"]
...
FIX: exclude instaparse
from compojure
in dependencies
in project.clj
:
[compojure "1.6.0" :exclusions [instaparse]]
Not sure if this is known or if I'm using it wrong, but the library doesn't work from cljs:
With
and
results in:
If I'm not updating to the last version of
graphql-clj
: