@rjsf/core 6.0.0-beta.6 → 6.0.0-beta.7

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
@@ -1177,7 +1177,7 @@ var LayoutGridField = class _LayoutGridField extends import_react2.PureComponent
1177
1177
  if ((0, import_isString.default)(gridSchema) || (0, import_isUndefined.default)(gridSchema)) {
1178
1178
  name = gridSchema ?? "";
1179
1179
  } else {
1180
- const { name: innerName, render, ...innerProps } = gridSchema;
1180
+ const { name: innerName = "", render, ...innerProps } = gridSchema;
1181
1181
  name = innerName;
1182
1182
  uiProps = innerProps;
1183
1183
  if (!(0, import_isEmpty.default)(uiProps)) {