From 11ab46c7af3751954f8f9ef141c392f2286365fc Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Wed, 13 Sep 2023 23:26:28 +0100 Subject: [PATCH] Update .storybook/preview.tsx --- .storybook/preview.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 8496b18075bf7..9b0a76da1d367 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -19,7 +19,6 @@ const setupMsw = () => { // MSW warns on all unhandled requests, but we don't necessarily care const pathAllowList = ['/images/'] - // return early if any request.url.pathname starts with a path in pathAllowList if (pathAllowList.some((path) => request.url.pathname.startsWith(path))) { return }