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.
- 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 +52 -52
package/dist/native.js
CHANGED
|
@@ -4548,7 +4548,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
4548
4548
|
});
|
|
4549
4549
|
staticConfig.componentName && (component.displayName = staticConfig.componentName);
|
|
4550
4550
|
let res = component;
|
|
4551
|
-
process.env.
|
|
4551
|
+
(process.env.TAMAGUI_FORCE_MEMO || staticConfig.memo) && (res = (0, import_react2.memo)(res)), res.staticConfig = staticConfig;
|
|
4552
4552
|
function extendStyledConfig(extended) {
|
|
4553
4553
|
return {
|
|
4554
4554
|
...staticConfig,
|