@rjsf/core 6.1.0 → 6.1.2

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
@@ -2167,9 +2167,9 @@ function ObjectField(props) {
2167
2167
  required: isRequired(schema, name2),
2168
2168
  schema: get4(schema, [PROPERTIES_KEY3, name2], {}),
2169
2169
  uiSchema: fieldUiSchema,
2170
- errorSchema: get4(errorSchema, name2),
2170
+ errorSchema: get4(errorSchema, [name2]),
2171
2171
  fieldPathId: childFieldPathId,
2172
- formData: get4(formData, name2),
2172
+ formData: get4(formData, [name2]),
2173
2173
  handleKeyRename,
2174
2174
  handleRemoveProperty,
2175
2175
  addedByAdditionalProperties,