https://clojurians.slack.com/archives/C03S1L9DN/p1736164654557949
Looks like the error is on https://github.com/clojure/clojurescript/commit/c260cea7b03b223d6262ddd6e8c1f7346b92e965#diff-6cc9e53d6b082d61d887f5cd3ac9fb2771d7ccdcb0e87c8a5c909976418b5a02R7106 in the relevant commit.
It says (recur (+ 2 seed-cnt) (next extra-kvs)) but should be (recur (+ 2 i) (next extra-kvs)).