Skip to content

Commit

Permalink
Merge pull request #28616 from storybookjs/valentin/fix-migration
Browse files Browse the repository at this point in the history
Update MIGRATION.md
  • Loading branch information
valentinpalkovic authored Aug 6, 2024
2 parents 0106ba5 + f7cebb6 commit 43e9223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Starting in 8.2 `preview.js` `globals` are deprecated and have been renamed to `
// .storybook/preview.js
export default {
- globals: [ a: 1, b: 2 ],
+ initiaGlobals: [ a: 1, b: 2 ],
+ initialGlobals: [ a: 1, b: 2 ],
}
```

Expand Down

0 comments on commit 43e9223

Please sign in to comment.