EqualifyEverything / equalify-iris

fix(regression): drop reference to removed Fragment.reconciled field
The merged regression-capture code referenced Fragment.reconciled, which was removed in the single-pass refactor — so the branch failed `tsc` (type stripping hid it at runtime). Single-pass produces one fragment per page with no reconciled fragments, so the guard is dead; remove it. Branch typechecks clean again; e2e green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Blake Bertuccelli-Booth Blake Bertuccelli-Booth committed on May 22, 2026, 09:27 PM
Showing 2 changed files +3 additions -3 deletions
Browse files at this commit →