Fixed
-
Rule Builder Alpine errors: The rule and group branches were rendered with
x-show, which only hides the markup via CSS while Alpine still evaluates both branches' expressions —countConditions(item)on a rule (nochildren) anditem.values.map(...)on a group both threwcan't access property Symbol.iterator. Switched both blocks tox-ifso only the matching branch is evaluated