@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 +2 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +2 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +10 -10
package/dist/test.native.js
CHANGED
|
@@ -7190,7 +7190,8 @@ var require_createComponent_native = __commonJS({
|
|
|
7190
7190
|
}
|
|
7191
7191
|
var allGroupContexts = (0, import_react3.useMemo)(function() {
|
|
7192
7192
|
var _stateRef_current_group;
|
|
7193
|
-
if (!groupName || props.passThrough
|
|
7193
|
+
if (!groupName || props.passThrough || // avoids onLayout
|
|
7194
|
+
props.containerType === "normal") return groupContextParent;
|
|
7194
7195
|
(_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || _stateRef_current_group.listeners.clear();
|
|
7195
7196
|
var listeners = /* @__PURE__ */ new Set();
|
|
7196
7197
|
return stateRef.current.group = {
|