You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used this with react-query and the same issue occurs when adding ReactQueryDevtools from @tanstack/react-query-devtools to the render tree.
Retriggering a request from the react query dev tools does not get intercepted by MSW.
I think this is an issue with MSW or how it's initialised at least because I tried adding my own decorators as this comment explains and the same happens.
The scenario:
@storybook/web-components-webpack5@7.0.0-beta.49
,msw-storybook-addon@1.7.0
andmsw@0.49.3
The story:
preview.ts
:The text was updated successfully, but these errors were encountered: