@trops/dash-core 0.1.256 → 0.1.257

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 CHANGED
@@ -25371,7 +25371,7 @@ var _renderLayout = function renderLayout(_ref) {
25371
25371
 
25372
25372
  // if (gridLayout) console.log("rendering grid ", child, childLayout);
25373
25373
 
25374
- return hasChildren === 1 && canHaveChildren === true ? /*#__PURE__*/jsxRuntime.jsx(LayoutGridContainer, {
25374
+ return hasChildren === 1 && canHaveChildren === true || component === "LayoutGridContainer" ? /*#__PURE__*/jsxRuntime.jsx(LayoutGridContainer, {
25375
25375
  uuid: uuid,
25376
25376
  id: id,
25377
25377
  item: childLayout,