diff --git a/lib/preview-web/src/PreviewWeb.tsx b/lib/preview-web/src/PreviewWeb.tsx index 807d30f0a63..6aba2d7c3e8 100644 --- a/lib/preview-web/src/PreviewWeb.tsx +++ b/lib/preview-web/src/PreviewWeb.tsx @@ -393,7 +393,7 @@ export class PreviewWeb { const fullDocsContext = { ...docsContext, // Put all the storyContext fields onto the docs context for back-compat - ...(!FEATURES.breakingChangesV7 && this.storyStore.getStoryContext(story)), + ...(!FEATURES?.breakingChangesV7 && this.storyStore.getStoryContext(story)), }; (await import('./renderDocs')).renderDocs(story, fullDocsContext, element, () =>