Update MIGRATION.md

Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
Tom Coleman 2020-07-05 10:18:54 +10:00 committed by GitHub
parent 2161980516
commit 05ad2406d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ export StoryOne = ...;
StoryOne.story = { parameters: { ...commonParameters, other: 'things' } };
```
> NOTE: also the use of `addParameters` and `addDecorators` at arbitrary points is also deprecated, see [the deprecation warning](#deprecated-addparameters-and-adddecorator).
> NOTE: also the use of `addParameters` and `addDecorator` at arbitrary points is also deprecated, see [the deprecation warning](#deprecated-addparameters-and-adddecorator).
#### Changed Parameter Handling