@tamagui/core 1.118.1 → 1.118.2

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.
@@ -3552,7 +3552,7 @@ var require_useTheme_native = __commonJS({
3552
3552
  });
3553
3553
  }
3554
3554
  function hasFixedSchemeParent(manager) {
3555
- return manager == null ? void 0 : manager.getParents().some(function(x) {
3555
+ return manager == null ? void 0 : manager.getParents().slice(1).some(function(x) {
3556
3556
  return x.state.isSchemeFixed;
3557
3557
  });
3558
3558
  }