We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe469e commit 3ee199dCopy full SHA for 3ee199d
src/util/getStorybookMetadata.ts
@@ -25,7 +25,7 @@ export const getStorybookMetadata = async () => {
25
const lazyCompilation = !!main.core?.builder?.options?.lazyCompilation;
26
27
const frameworkName =
28
- main.framework && typeof main.framework === 'string' ? main.framework : main.framework.name;
+ main.framework && typeof main.framework === 'string' ? main.framework : main.framework?.name;
29
30
const { disableTelemetry, enableCrashReports } = main.core || {};
31
0 commit comments