mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:21:07 +08:00
Core: Fix optional global features in PreviewWeb
This commit is contained in:
parent
9ca6964844
commit
7b8bc510b9
@ -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, () =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user