Skip to content

Commit

Permalink
Switch to using active voice for section on allOf/anyOf dereferencing (
Browse files Browse the repository at this point in the history
  • Loading branch information
wegry authored Jun 23, 2021
1 parent 586039e commit 579af3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/3.x upgrade guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ From `@babel/preset-env`'s docs
### Dereferenced schemas for `anyOf`/`allOf` options

`options` prop for `MultiSchemaField` has been changed slightly.

Before an option could include a `$ref`.

Now any option with a reference will be resolved/dereferenced when given as props for `MultiSchemaField`.
`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 comments on commit 579af3f

Please sign in to comment.