Skip to content

Commit

Permalink
fix(storybook): restore storyName compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraav committed Mar 24, 2023
1 parent e983d03 commit 64c78cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/storybook/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ module.exports = {
},
},
features: {
storyStoreV7: true,
/**
* @see https://github.com/storybookjs/storybook/pull/18464
* @todo Update stories to CSF3 `name` property.
*/
// storyStoreV7: true,
},
// @see https://github.com/storybookjs/storybook/issues/12307
stories: ['../**/*.stories.js'],
Expand Down

0 comments on commit 64c78cd

Please sign in to comment.