@tamagui/core 1.132.3 → 1.132.4

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 CHANGED
@@ -7642,7 +7642,8 @@ var require_createComponent_native = __commonJS({
7642
7642
  }
7643
7643
  var allGroupContexts = (0, import_react3.useMemo)(function() {
7644
7644
  var _stateRef_current_group;
7645
- if (!groupName || props.passThrough) return groupContextParent;
7645
+ if (!groupName || props.passThrough || // avoids onLayout
7646
+ props.containerType === "normal") return groupContextParent;
7646
7647
  (_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || _stateRef_current_group.listeners.clear();
7647
7648
  var listeners = /* @__PURE__ */ new Set();
7648
7649
  return stateRef.current.group = {