react-workspaces-playground
react-workspaces-playground copied to clipboard
Upgrade storybook to 6
- Bump the
@react-workspaces/react-scriptsto the latest version - Bump storybook to the latest version (v6)
- Migrate the stories followed by Component Story Format migration
- Minor TypeScript fixes
I tried this, but I'm not sure how to add SCSS support to it. The method in the current docs doesn't work within this setup.
I was able to get scss working by adding "@storybook/preset-scss"
I was able to get scss working by adding "@storybook/preset-scss"
@dangnelson This PR aims to upgrade the Storybook version only, please feel free to create a new one for SCSS support.