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/native.js
CHANGED
|
@@ -30699,7 +30699,7 @@ var require_Popper_native = __commonJS({
|
|
|
30699
30699
|
strategy,
|
|
30700
30700
|
props
|
|
30701
30701
|
]), _React_useState = _sliced_to_array(React2.useState(!0), 2), needsMeasure = _React_useState[0], setNeedsMeasure = _React_useState[1];
|
|
30702
|
-
|
|
30702
|
+
React2.useEffect(function() {
|
|
30703
30703
|
(x || y) && setNeedsMeasure(!1);
|
|
30704
30704
|
}, [
|
|
30705
30705
|
x,
|
|
@@ -30708,8 +30708,7 @@ var require_Popper_native = __commonJS({
|
|
|
30708
30708
|
isMounted && update();
|
|
30709
30709
|
}, [
|
|
30710
30710
|
isMounted
|
|
30711
|
-
])
|
|
30712
|
-
return null;
|
|
30711
|
+
]);
|
|
30713
30712
|
var show = !0, setShow = void 0;
|
|
30714
30713
|
if (import_constants4.isAndroid) {
|
|
30715
30714
|
var ref;
|
|
@@ -30721,6 +30720,8 @@ var require_Popper_native = __commonJS({
|
|
|
30721
30720
|
y
|
|
30722
30721
|
]);
|
|
30723
30722
|
}
|
|
30723
|
+
if (!isMounted)
|
|
30724
|
+
return null;
|
|
30724
30725
|
var frameProps = _object_spread9({
|
|
30725
30726
|
ref: contentRefs,
|
|
30726
30727
|
x: x || 0,
|