-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent duplicate extraErrors when not live validating (#3288)
* fix: Prevent duplicated extraErrors when not live validating Fixed #3169 by merging `extraErrors` in while preventing duplicates - Updated `@rjsf/utils` to make the `mergeObjects()` function support a `preventDuplicates` mode when concatenating arrays - Updated the tests to verify this new feature - Updated `@rjsf/core` to use the `preventDuplicates` mode when merging `extraErrors` when not live validating - Updated `validation.md` to remove extraneous leading space to fix #3282 - Updated `utility-functions.md` to document the new mode - Updated `index.md` to provide the proper `core.cjs.production.min.js` package name for `unpkg.com` fixing #3262 - Updated the `CHANGELOG.md` accordingly * - Responded to reviewer feedback * - Fixed url for unpkg directory
- Loading branch information
1 parent
dc19858
commit fc6a5ae
Showing
7 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters