mocaffy

Results 2 comments of mocaffy

@CHE1RON You can hide that warning by setting `onUnhandledRequest: 'bypass'` in InitializeOptions. ```preview.ts import { initialize } from 'msw-storybook-addon' initialize({ onUnhandledRequest: 'bypass' }) ``` https://github.com/mswjs/msw-storybook-addon?tab=readme-ov-file#configuring-msw see also: https://mswjs.io/docs/api/setup-worker/start#onunhandledrequest

I am experiencing the same problem macOS 11.7.2