Skip to content

Instantly share code, notes, and snippets.

@fostergn
Last active February 15, 2019 19:02
Show Gist options
  • Save fostergn/709b9f06e552a9a8c11f52d45cac61b3 to your computer and use it in GitHub Desktop.
Save fostergn/709b9f06e552a9a8c11f52d45cac61b3 to your computer and use it in GitHub Desktop.
Storybook Router
.addDecorator(
StoryRouter(
{},
{
initialEntry: `/schema/list/objects/${objectKey}/fields`,
routes: [
{
path: `/schema/list/objects/:objectKey/fields`, component: ObjectListFields
}
]
}
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment