tamagui 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
@@ -3250,6 +3250,8 @@ current`, {
3250
3250
  return;
3251
3251
  let styles = Array.isArray(cur) ? cur : [cur];
3252
3252
  for (let style of styles) {
3253
+ if (!style)
3254
+ continue;
3253
3255
  let isRNW = style.$$css;
3254
3256
  Object.assign(isRNW ? styleState.classNames : styleState.style, style);
3255
3257
  }