diff --git a/frontend/src/app/render_wasm/shape.cljs b/frontend/src/app/render_wasm/shape.cljs index e182094bca..95513ed1a0 100644 --- a/frontend/src/app/render_wasm/shape.cljs +++ b/frontend/src/app/render_wasm/shape.cljs @@ -323,7 +323,7 @@ (rx/subs! #(api/request-render "set-wasm-attrs")))) ;; `conj` empty set initialization -(def conj* (fnil conj #{})) +(def conj* (fnil conj (d/ordered-set))) (defn- impl-assoc [self k v]