Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: deal with null objects in errors in Form.filterErrorsBasedOnSchema() #4310

Merged
merged 2 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. fix: deal with null objects in errors in Form.filterErrorsBasedOnSche…

    …ma()
    
    Fixes rjsf-team#4306 by using `lodash.isNil()` instead of comparing to `undefined`
    - Updated `Form.filterErrorsBasedOnSchema()` to use lodash `isNil()` to check if the key is either null or undefined
    - Updated the `CHANGELOG.md` accordingly
    heath-freenome committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0511bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7131348 View commit details
    Browse the repository at this point in the history