Skip to content

chore: migrate away from deprecated Storybook APIs

Paul Gascou-Vaillancourt requested to merge migrate-deprecated-sb-apis into main

What does this MR do?

This migrates addParameters's argument to the parameters export and addDecorator's argument to the decorators export. The function are being deprecated so this makes our configuration a bit more future-proof.

https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-addparameters-and-adddecorator

Edited by Paul Gascou-Vaillancourt

Merge request reports