Skip to content

Wildcard: Convert stories to CSF

Created by: umpox

Using the codemod: https://github.com/storybookjs/storybook/blob/next/lib/codemod/README.md#storiesof-to-csf

This is split into three commits:

  1. Work required before running codemod (It expects add to be chained)
  2. Running the codemod through npx sb migrate storiesof-to-csf --glob="client/wildcard/src/**/*.story.tsx"
  3. Work required after the codemod (fixing lint errors and updating types)

Merge request reports

Loading