@tamagui/core 1.100.3 → 1.100.5

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.
@@ -2446,7 +2446,7 @@ var require_insertStyleRule_native = __commonJS({
2446
2446
  var remove = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, next = (totalSelectorsInserted.get(id) || 0) + (remove ? -1 : 1);
2447
2447
  return totalSelectorsInserted.set(id, next), next;
2448
2448
  }
2449
- var bailAfterEnv = process.env.TAMAGUI_BAIL_AFTER_SCANNING_X_CSS_RULES, bailAfter = bailAfterEnv ? +bailAfterEnv : 250, sheet = import_constants.isClient ? document.head.appendChild(document.createElement("style")).sheet : null;
2449
+ var bailAfterEnv = process.env.TAMAGUI_BAIL_AFTER_SCANNING_X_CSS_RULES, bailAfter = bailAfterEnv ? +bailAfterEnv : 250, sheet = import_constants.isClient && document.head ? document.head.appendChild(document.createElement("style")).sheet : null;
2450
2450
  function updateRules(identifier, rules) {
2451
2451
  if (!process.env.TAMAGUI_REACT_19) return identifier in allRules ? !1 : (allRules[identifier] = rules.join(" "), identifier.startsWith("_transform-") ? addTransform(identifier, rules[0]) : !0);
2452
2452
  }
@@ -2824,6 +2824,7 @@ var require_useDidHydrateOnce_native = __commonJS({
2824
2824
  module2.exports = __toCommonJS2(useDidHydrateOnce_exports);
2825
2825
  var import_react3 = require("react");
2826
2826
  function useDidHydrateOnceRoot() {
2827
+ return !0;
2827
2828
  }
2828
2829
  var last = Date.now();
2829
2830
  function useDidHydrateOnce() {
@@ -3077,7 +3078,7 @@ var require_useMedia_native = __commonJS({
3077
3078
  return next !== prev ? (componentState2.prev = next, next) : prev;
3078
3079
  });
3079
3080
  };
3080
- return Promise.resolve().then(update), listeners.add(update), function() {
3081
+ return update(), listeners.add(update), function() {
3081
3082
  listeners.delete(update);
3082
3083
  };
3083
3084
  }, [