tamagui 1.74.20 → 1.74.21

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.
@@ -4194,7 +4194,7 @@ var require_createComponent_native = __commonJS({
4194
4194
  });
4195
4195
  staticConfig.componentName && (component.displayName = staticConfig.componentName);
4196
4196
  let res = component;
4197
- process.env.TAMAGUI_DISABLE_MEMO || (res = (0, import_react2.memo)(res)), res.staticConfig = staticConfig;
4197
+ (process.env.TAMAGUI_FORCE_MEMO || staticConfig.memo) && (res = (0, import_react2.memo)(res)), res.staticConfig = staticConfig;
4198
4198
  function extendStyledConfig(extended) {
4199
4199
  return {
4200
4200
  ...staticConfig,