tamagui 1.89.7 → 1.89.8

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.
@@ -5773,8 +5773,8 @@ var require_internalWithTheme_native = __commonJS({
5773
5773
  });
5774
5774
  module2.exports = __toCommonJS2(internalWithTheme_exports);
5775
5775
  var import_useTheme = require_useTheme_native(), import_jsx_runtime6 = require("react/jsx-runtime"), internalWithTheme = (Component, styleProvider) => (props) => {
5776
- let { expressions, ...rest } = props, theme = (0, import_useTheme.useTheme)();
5777
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Component, { style: styleProvider(theme, expressions), ...rest });
5776
+ let { _expressions = [], ...rest } = props, theme = (0, import_useTheme.useTheme)();
5777
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Component, { style: styleProvider(theme, _expressions), ...rest });
5778
5778
  };
5779
5779
  }
5780
5780
  });