From be725d5f18b2161442c7e6a17ed417195f92a25d Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Fri, 1 Dec 2023 13:00:04 +0100 Subject: [PATCH] Fix an issue where Angular cannot find global.window typings --- code/lib/instrumenter/src/instrumenter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/code/lib/instrumenter/src/instrumenter.ts b/code/lib/instrumenter/src/instrumenter.ts index 0ffaa0ca0d5f..51d6989a9c7a 100644 --- a/code/lib/instrumenter/src/instrumenter.ts +++ b/code/lib/instrumenter/src/instrumenter.ts @@ -3,6 +3,7 @@ import type { Channel } from '@storybook/channels'; import { addons } from '@storybook/preview-api'; import type { StoryId } from '@storybook/types'; import { once, logger } from '@storybook/client-logger'; +import './typings.d.ts'; import { FORCE_REMOUNT, IGNORED_EXCEPTION,