diff --git a/packages/grafana-ui/.storybook/preview.ts b/packages/grafana-ui/.storybook/preview.ts index f66b4b8422ab..bff4cd763b73 100644 --- a/packages/grafana-ui/.storybook/preview.ts +++ b/packages/grafana-ui/.storybook/preview.ts @@ -49,7 +49,9 @@ if (process.env.NODE_ENV === 'development') { * See https://github.com/mswjs/msw-storybook-addon#configuring-msw * to learn how to customize it */ -initialize(); +initialize({ + onUnhandledRequest: 'bypass', +}); const preview: Preview = { decorators: [withTheme(handleThemeChange), withTimeZone()],