@tamagui/code-to-html 1.82.2 → 1.82.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1645,7 +1645,7 @@ var require_formatting_element_list = __commonJS({
1645
1645
  if (neAttrsMap[cAttr.name] !== cAttr.value && (candidates.splice(j, 1), cLength--), candidates.length < 3)
1646
1646
  return;
1647
1647
  }
1648
- for (let i = cLength - 1; i >= 3 - 1; i--)
1648
+ for (let i = cLength - 1; i >= 2; i--)
1649
1649
  this.entries.splice(candidates[i].idx, 1), this.length--;
1650
1650
  }
1651
1651
  }