reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
ingesol 2020-11-06T09:16:03.300900Z

When I introduce pretty exceptions on the frontend, I get this on initial compile. works after manually inserting arrangement as a dependency in my project No such namespace: arrangement.core, could not locate arrangement/core.cljs, arrangement/core.cljc, or JavaScript source providing “arrangement.core” in file /Users/inge/.boot/cache/tmp/Users/inge/dev/aria/e4x/-xasogr/js/main.out/reitit/dev/pretty.cljc´

ikitommi 2020-11-12T17:24:40.304100Z

:thinking_face: I think it should be direct dependency then, it should come with deep-diff library (https://github.com/lambdaisland/deep-diff2/blob/master/deps.edn#L5), but relying on transitive deps is always a bad idea. PR welcome!

ingesol 2020-11-06T09:29:41.301Z

Correction: same thing happens on the clojure side