@tamagui/core 1.75.8 → 1.76.0

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.
@@ -3708,6 +3708,8 @@ var require_getSplitStyles_native = __commonJS({
3708
3708
  return;
3709
3709
  let styles = Array.isArray(cur) ? cur : [cur];
3710
3710
  for (let style of styles) {
3711
+ if (!style)
3712
+ continue;
3711
3713
  let isRNW = style.$$css;
3712
3714
  Object.assign(isRNW ? styleState.classNames : styleState.style, style);
3713
3715
  }