Federico Cargnelutti
Results
1
comments of
Federico Cargnelutti
`HelmetProvider` needs to be added to the story as a decorator: ``` const storybook = storiesOf(storyGroupName, module) .addDecorator(story => ( {story()} )); ```