From 9ea8b439dc5dacbc87d11a880c7572d1b78401ad Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Tue, 11 Feb 2025 16:40:21 +0100 Subject: [PATCH] docs: add links to SB migration referring storyStoreV7 api --- src/StoryWrightProcessor/GetStories.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/StoryWrightProcessor/GetStories.js b/src/StoryWrightProcessor/GetStories.js index 784621d..78f5a58 100644 --- a/src/StoryWrightProcessor/GetStories.js +++ b/src/StoryWrightProcessor/GetStories.js @@ -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) {