Skip to content

Conversation

@abdalla-rko
Copy link
Contributor

Reasons for making this change

Fixes #3754

Checklist

  • I'm adding or updating code
    • I've added and/or updated tests. I've run npx nx run-many --target=build --exclude=@rjsf/docs && npm run test:update to update snapshots, if needed.
    • I've updated docs if needed
    • I've updated the changelog with a

@heath-freenome
Copy link
Member

@abdalla-rko thanks for the fix! Can you fix the broken tests in the validator?

];

test('getDefaultFormState', () => {
expect(getDefaultFormState(testValidator, schema, formData, schema, includeUndefinedValues)).toEqual(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tests seem to be failing in the validator-ajv8. Can you debug and fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug with dependent fixed-length array within another

2 participants