missionary

zy C 2025-11-17T06:09:27.244459Z

((m/reduce conj
	   (m/ap
            (let [x (m/?< (m/seed [1 2]))] ; <-- switch
              (let [y (m/?> (m/seed [:a :b]))] ; <-- fork
                [x y])))) prn #(throw %))

Cannot set properties of undefined (setting 'parent')
Is this expected behavior or a bug? (version= cljs + b.46)

zy C 2025-11-18T15:16:24.993629Z

thx!

leonoel 2025-11-17T11:09:57.258609Z

Definitely a bug, possibly the same as this one https://github.com/leonoel/missionary/issues/77 I've added your repro to the ticket, thank you for reporting