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 82eac95 commit bbae10bCopy full SHA for bbae10b
packages/validator-ajv8/src/processRawValidationErrors.ts
@@ -81,6 +81,7 @@ export function transformRJSFValidationErrors<
81
}
82
83
84
+ // If params.missingProperty is undefined, it is removed from rawPropertyNames by filter((item) => item).
85
if ('missingProperty' in params) {
86
property = property ? `${property}.${params.missingProperty}` : params.missingProperty;
87
0 commit comments