is it possible to avoid automatic unwrapping with promesa on cljs ? on clj then' does the trick, but on cljs then' seems to unwrap...
then'
cljs.user> (-> (pr/resolved (pr/resolved :foo)) (pr/then' (fn [v] (prn "a" v )))) "a" :foo