From 7e4aae1fb466050ddad46b7b5ae0a6ab8bbbd781 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 23 Jul 2026 14:01:33 -0400 Subject: [PATCH] Storybook: Remove Emotion as JSX import source --- storybook/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/storybook/main.ts b/storybook/main.ts index 5129809cc1e1be..1cd3b535f26897 100644 --- a/storybook/main.ts +++ b/storybook/main.ts @@ -126,7 +126,6 @@ const config: StorybookConfig = { plugins: [ dsTokenFallbacksJs(), react( { - jsxImportSource: '@emotion/react', babel: { plugins: [ getAbsolutePath( '@emotion/babel-plugin' ) ], },