Analysis:The condp macro uses core/str in a syntax-quote context, while every other place it appears that cljs.core/str is used in that context.
condp
core/str
cljs.core/str
fixed https://github.com/clojure/clojurescript/commit/2023353d635578a0666a50c3305bf92347185646
Analysis:
The
condp
macro usescore/str
in a syntax-quote context, while every other place it appears thatcljs.core/str
is used in that context.