Skip to content

Commit

Permalink
Merge pull request #9494 from jsjoeio/patch-2
Browse files Browse the repository at this point in the history
docs: add note about async storage
  • Loading branch information
shilman committed Jan 16, 2020
2 parents 26737f9 + b47e36c commit b83dcc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATION.md
Expand Up @@ -186,6 +186,8 @@ getStorybookUI({
});
```

The benefit of using Async Storage is so that when users refresh the app, Storybook can open their last visited story.

### Deprecate displayName parameter

In 5.2, the story parameter `displayName` was introduced as a publicly visible (but internal) API. Storybook's Component Story Format (CSF) loader used it to modify a story's display name independent of the story's `name`/`id` (which were coupled).
Expand Down

1 comment on commit b83dcc9

@vercel
Copy link

@vercel vercel bot commented on b83dcc9 Jan 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.