@tamagui/core 1.104.0 → 1.104.1

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
@@ -12937,6 +12937,9 @@ var require_TamaguiProvider_native = __commonJS({
12937
12937
  return (0, import_react3.useEffect)(function() {
12938
12938
  setMounted(!0);
12939
12939
  }, []), import_constants.isWeb ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
12940
+ style: {
12941
+ display: "contents"
12942
+ },
12940
12943
  className: mounted ? "" : "t_unmounted",
12941
12944
  children: props.children
12942
12945
  }) : props.children;