Fork me on GitHub
#reitit
<
2020-11-06
>
ingesol09:11:03

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´

ingesol09:11:41

Correction: same thing happens on the clojure side

ikitommi17:11:40

: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!