Skip to content

Commit bbae10b

Browse files
Update packages/validator-ajv8/src/processRawValidationErrors.ts
1 parent 82eac95 commit bbae10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/validator-ajv8/src/processRawValidationErrors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function transformRJSFValidationErrors<
8181
}
8282
}
8383

84+
// If params.missingProperty is undefined, it is removed from rawPropertyNames by filter((item) => item).
8485
if ('missingProperty' in params) {
8586
property = property ? `${property}.${params.missingProperty}` : params.missingProperty;
8687
}

0 commit comments

Comments
 (0)