tamagui 1.95.1 → 1.95.2
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 +4 -3
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +4 -3
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/test.native.js
CHANGED
|
@@ -29646,7 +29646,7 @@ var require_Popper_native = __commonJS({
|
|
|
29646
29646
|
strategy,
|
|
29647
29647
|
props
|
|
29648
29648
|
]), _React_useState = _sliced_to_array(React2.useState(!0), 2), needsMeasure = _React_useState[0], setNeedsMeasure = _React_useState[1];
|
|
29649
|
-
|
|
29649
|
+
React2.useEffect(function() {
|
|
29650
29650
|
(x || y) && setNeedsMeasure(!1);
|
|
29651
29651
|
}, [
|
|
29652
29652
|
x,
|
|
@@ -29655,8 +29655,7 @@ var require_Popper_native = __commonJS({
|
|
|
29655
29655
|
isMounted && update();
|
|
29656
29656
|
}, [
|
|
29657
29657
|
isMounted
|
|
29658
|
-
])
|
|
29659
|
-
return null;
|
|
29658
|
+
]);
|
|
29660
29659
|
var show = !0, setShow = void 0;
|
|
29661
29660
|
if (import_constants4.isAndroid) {
|
|
29662
29661
|
var ref;
|
|
@@ -29668,6 +29667,8 @@ var require_Popper_native = __commonJS({
|
|
|
29668
29667
|
y
|
|
29669
29668
|
]);
|
|
29670
29669
|
}
|
|
29670
|
+
if (!isMounted)
|
|
29671
|
+
return null;
|
|
29671
29672
|
var frameProps = _object_spread9({
|
|
29672
29673
|
ref: contentRefs,
|
|
29673
29674
|
x: x || 0,
|