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 ec5120b commit 6ce285dCopy full SHA for 6ce285d
src/util/getStorybookMetadata.ts
@@ -26,7 +26,7 @@ export const getStorybookMetadata = () => {
26
const lazyCompilation = !!main.core?.builder?.options?.lazyCompilation;
27
28
// @ts-expect-error -- need to update to latest sb version
29
- const { disableTelemetry, enableCrashReports } = !!main.core || {};
+ const { disableTelemetry, enableCrashReports } = main.core || {};
30
31
return {
32
configDir,
0 commit comments