We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06507ce commit 12321b9Copy full SHA for 12321b9
packages/validator-ajv8/src/processRawValidationErrors.ts
@@ -43,7 +43,7 @@ export function transformRJSFValidationErrors<
43
let uiSchemaTitle = getUiOptions(get(uiSchema, `${property.replace(/^\./, '')}`)).title;
44
if (uiSchemaTitle === undefined) {
45
const uiSchemaPath = schemaPath
46
- .replaceAll('/properties/', '/')
+ .replace(/\/properties\//g, '/')
47
.split('/')
48
.slice(1, -1)
49
.concat([currentProperty]);
0 commit comments