Skip to content

chore: pass required arguments to all stories

Paul Gascou-Vaillancourt requested to merge args-params into main

What does this MR do?

This ensures that all stories receive the args and argTypes arguments. Even if they do not explicitly use those, Storybook seems to be unable to properly render their source code if they are not provided.

Before After
Screenshot_2023-05-08_at_8.08.34_AM Screenshot_2023-05-08_at_8.09.02_AM

Merge request reports