diff --git a/src/hyperfiddle/electric_de.cljc b/src/hyperfiddle/electric_de.cljc index 0deb375e3..9605df4a9 100644 --- a/src/hyperfiddle/electric_de.cljc +++ b/src/hyperfiddle/electric_de.cljc @@ -222,7 +222,7 @@ this tuple. Returns the concatenation of all body results as a single vector. (if (< fixed offset) (loop [args args static static] - (let [args (cons (::lang/join (peek static)) args) + (let [args (cons (::lang/join (r/incseq (frame) (peek static))) args) static (pop static)] (if (< fixed (count static)) (recur args static)