@tamagui/core 1.125.35 → 1.126.0

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.
@@ -7037,7 +7037,16 @@ var require_createComponent_native = __commonJS({
7037
7037
  });
7038
7038
  return;
7039
7039
  }
7040
+ var tm;
7040
7041
  if (state.unmounted) {
7042
+ var _config_animations2, _animationDriver_supportsCSSVars;
7043
+ 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() {
7044
+ setStateShallow({
7045
+ unmounted: !1
7046
+ });
7047
+ }), function() {
7048
+ return clearTimeout(tm);
7049
+ };
7041
7050
  setStateShallow({
7042
7051
  unmounted: !1
7043
7052
  });