Core: Fix optional global features in PreviewWeb

This commit is contained in:
Michael Shilman 2021-10-22 21:49:07 +08:00
parent 9ca6964844
commit 7b8bc510b9

View File

@ -393,7 +393,7 @@ export class PreviewWeb<TFramework extends AnyFramework> {
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, () =>