@tamagui/core 1.132.16-1754855349219 → 1.132.17

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.
@@ -5597,7 +5597,7 @@ var require_mergeProps_native = __commonJS({
5597
5597
  if (b) for (var key1 in b) mergeProp(out, b, void 0, key1, inverseShorthands);
5598
5598
  if (b && Object.keys(b).length > 0) {
5599
5599
  var hasPropsNeedingReorder = Object.keys(b).some(function(key4) {
5600
- return (key4 in import_pseudoDescriptors.pseudoDescriptors || key4 === "variant") && key4 in a && key4 in out;
5600
+ return (key4 in import_pseudoDescriptors.pseudoDescriptors || key4 === "variant") && a && key4 in a && key4 in out;
5601
5601
  });
5602
5602
  if (hasPropsNeedingReorder) {
5603
5603
  var reordered = {};