utopia-ui 3.0.0-alpha.56 → 3.0.0-alpha.57
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3240,7 +3240,7 @@ var ItemForm = function (_a) {
|
|
3240
3240
|
useEffect(function () {
|
3241
3241
|
setPopupTitle && title && setPopupTitle(title);
|
3242
3242
|
}, [title]);
|
3243
|
-
return (React.createElement("div",
|
3243
|
+
return (React.createElement("div", null, children ?
|
3244
3244
|
React.Children.toArray(children).map(function (child) {
|
3245
3245
|
return React.isValidElement(child) ?
|
3246
3246
|
React.cloneElement(child, { item: item, test: "test" }) : "";
|