@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.esm.js CHANGED
@@ -25353,7 +25353,7 @@ var _renderLayout = function renderLayout(_ref) {
25353
25353
 
25354
25354
  // if (gridLayout) console.log("rendering grid ", child, childLayout);
25355
25355
 
25356
- return hasChildren === 1 && canHaveChildren === true ? /*#__PURE__*/jsx(LayoutGridContainer, {
25356
+ return hasChildren === 1 && canHaveChildren === true || component === "LayoutGridContainer" ? /*#__PURE__*/jsx(LayoutGridContainer, {
25357
25357
  uuid: uuid,
25358
25358
  id: id,
25359
25359
  item: childLayout,