@tamagui/core 1.88.3 → 1.88.5

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.
@@ -5857,7 +5857,7 @@ var require_internalWithTheme_native = __commonJS({
5857
5857
  module2.exports = __toCommonJS2(internalWithTheme_exports);
5858
5858
  var import_useTheme = require_useTheme_native(), import_jsx_runtime = require("react/jsx-runtime"), internalWithTheme = (Component, styleProvider) => (props) => {
5859
5859
  let { expressions, ...rest } = props, theme = (0, import_useTheme.useTheme)();
5860
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme, props.expressions), ...rest });
5860
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme, expressions), ...rest });
5861
5861
  };
5862
5862
  }
5863
5863
  });