Skip to content

Commit

Permalink
docs: add note about async storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Jan 16, 2020
1 parent 66c524f commit b47e36c
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

0 comments on commit b47e36c

Please sign in to comment.