@tamagui/core 1.75.8 → 1.75.9

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.
package/dist/native.js CHANGED
@@ -3891,6 +3891,8 @@ current`, {
3891
3891
  return;
3892
3892
  let styles = Array.isArray(cur) ? cur : [cur];
3893
3893
  for (let style of styles) {
3894
+ if (!style)
3895
+ continue;
3894
3896
  let isRNW = style.$$css;
3895
3897
  Object.assign(isRNW ? styleState.classNames : styleState.style, style);
3896
3898
  }