tamagui 1.90.10 → 1.90.11
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 +2 -2
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -9736,7 +9736,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
9736
9736
|
children: content
|
|
9737
9737
|
}));
|
|
9738
9738
|
}
|
|
9739
|
-
if (
|
|
9739
|
+
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
|
|
9740
9740
|
var element1 = typeof elementType == "string" ? elementType : "Component", title = "render <".concat(element1, " /> (").concat(internalID, ") with props");
|
|
9741
9741
|
if (import_constants4.isWeb) {
|
|
9742
9742
|
console.groupCollapsed(title);
|