tamagui 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 +55 -55
package/dist/test.native.js
CHANGED
|
@@ -8219,7 +8219,7 @@ var require_createComponent_native = __commonJS({
|
|
|
8219
8219
|
var tm;
|
|
8220
8220
|
if (state.unmounted) {
|
|
8221
8221
|
var _config_animations2, _animationDriver_supportsCSSVars;
|
|
8222
|
-
if ((
|
|
8222
|
+
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() {
|
|
8223
8223
|
setStateShallow({
|
|
8224
8224
|
unmounted: !1
|
|
8225
8225
|
});
|