@tamagui/core 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.
- package/dist/native.js +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
package/dist/native.js
CHANGED
|
@@ -5189,7 +5189,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
5189
5189
|
});
|
|
5190
5190
|
staticConfig.componentName && (component.displayName = staticConfig.componentName);
|
|
5191
5191
|
let res = component;
|
|
5192
|
-
process.env.
|
|
5192
|
+
(process.env.TAMAGUI_FORCE_MEMO || staticConfig.memo) && (res = (0, import_react.memo)(res)), res.staticConfig = staticConfig;
|
|
5193
5193
|
function extendStyledConfig(extended) {
|
|
5194
5194
|
return {
|
|
5195
5195
|
...staticConfig,
|