@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.
package/dist/native.js CHANGED
@@ -6219,7 +6219,7 @@ var require_internalWithTheme_native = __commonJS({
6219
6219
  module2.exports = __toCommonJS2(internalWithTheme_exports);
6220
6220
  var import_useTheme = require_useTheme_native(), import_jsx_runtime = require("react/jsx-runtime"), internalWithTheme = (Component, styleProvider) => (props) => {
6221
6221
  let { expressions, ...rest } = props, theme = (0, import_useTheme.useTheme)();
6222
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme, props.expressions), ...rest });
6222
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme, expressions), ...rest });
6223
6223
  };
6224
6224
  }
6225
6225
  });