From b20b03b5ae72e1e4fb33fa8d94038817905f1b60 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Mon, 9 Dec 2024 13:10:16 +0100 Subject: [PATCH] Remove accessibility addon from Storybook configuration in react kitchen-sink --- .../portable-stories-kitchen-sink/react/.storybook/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-storybooks/portable-stories-kitchen-sink/react/.storybook/main.ts b/test-storybooks/portable-stories-kitchen-sink/react/.storybook/main.ts index 974dfda2889d..198deee16402 100644 --- a/test-storybooks/portable-stories-kitchen-sink/react/.storybook/main.ts +++ b/test-storybooks/portable-stories-kitchen-sink/react/.storybook/main.ts @@ -5,7 +5,7 @@ const config: StorybookConfig = { addons: [ "@storybook/addon-controls", "@storybook/experimental-addon-test", - "@storybook/addon-a11y", + //"@storybook/addon-a11y", ], framework: { name: "@storybook/react-vite",