@tamagui/core 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 +6 -6
package/dist/native.js
CHANGED
|
@@ -9639,7 +9639,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
9639
9639
|
children: content
|
|
9640
9640
|
}));
|
|
9641
9641
|
}
|
|
9642
|
-
if (
|
|
9642
|
+
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
|
|
9643
9643
|
var element1 = typeof elementType == "string" ? elementType : "Component", title = "render <".concat(element1, " /> (").concat(internalID, ") with props");
|
|
9644
9644
|
if (import_constants.isWeb) {
|
|
9645
9645
|
console.groupCollapsed(title);
|