Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/StoryWrightProcessor/GetStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ function getPageStories(features) {
// NOTE:
// storyStoreV7:
// - is configurable only in SB v7
// - is `true` by default SB v7
// - doesn't exist in SB v7 (enabled by default)
// - is `true` by default SB v7 - @see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#storystorev7-enabled-by-default
// - doesn't exist in SB v8 (enabled by default) - @see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#storyshots-has-been-removed


// get page stories async obtained from multiple build chunks
if (!supportsStoryStoreV7config || features.storyStoreV7) {
Expand Down