Skip to content

Commit 579af3f

Browse files
authored
Switch to using active voice for section on allOf/anyOf dereferencing (rjsf-team#2433)
https://github.com/rjsf-team/react-jsonschema-form/issues/2297\#issuecomment-866263746
1 parent 586039e commit 579af3f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/3.x upgrade guide.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@ From `@babel/preset-env`'s docs
1818
1919
### Dereferenced schemas for `anyOf`/`allOf` options
2020

21-
`options` prop for `MultiSchemaField` has been changed slightly.
22-
23-
Before an option could include a `$ref`.
24-
25-
Now any option with a reference will be resolved/dereferenced when given as props for `MultiSchemaField`.
21+
`MultiSchemaField`'s `options` interface is different. Before, an option could include a `$ref`. Now, any option with a reference will be resolved/dereferenced when given as props for `MultiSchemaField`.

0 commit comments

Comments
 (0)