diff --git a/.storybook/main.ts b/.storybook/main.ts index 3c2c0c94..eb7d90c9 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -25,9 +25,6 @@ const config: StorybookViteConfig = { plugins: [react({ jsxImportSource: "@emotion/react", })], - define: { - global: 'globalThis', - } }) } } diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html new file mode 100644 index 00000000..9154316c --- /dev/null +++ b/.storybook/preview-head.html @@ -0,0 +1,3 @@ + \ No newline at end of file