From 94403f1d6845e9b2d12826ebb3abffd0c9391083 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Tue, 23 Apr 2024 18:15:02 +0530 Subject: [PATCH] Fix Storybook hanging the browser issue with Template storybooks (#470) Co-authored-by: Vishal --- .storybook/preview.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 46e2849f7..c220f8095 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -40,5 +40,8 @@ export const parameters = { value: WorkTheme.base.palette['secondary-background'] } ] + }, + docs: { + source: { type: 'code' } } };