@tamagui/core 1.126.8-1746721458928 → 1.126.8
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +7 -7
package/dist/native.js
CHANGED
|
@@ -7632,7 +7632,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
7632
7632
|
var tm;
|
|
7633
7633
|
if (state.unmounted) {
|
|
7634
7634
|
var _config_animations2, _animationDriver_supportsCSSVars;
|
|
7635
|
-
if ((
|
|
7635
|
+
if ((_animationDriver_supportsCSSVars = animationDriver == null ? void 0 : animationDriver.supportsCSSVars) !== null && _animationDriver_supportsCSSVars !== void 0 ? _animationDriver_supportsCSSVars : !(config == null || (_config_animations2 = config.animations) === null || _config_animations2 === void 0) && _config_animations2.supportsCSSVars) return tm = setTimeout(function() {
|
|
7636
7636
|
setStateShallow({
|
|
7637
7637
|
unmounted: !1
|
|
7638
7638
|
});
|