Next.js 13 issue #1479
Labels
bug
Something isn't working
needs:triage
Issues that have not been investigated yet.
scope:browser
Related to MSW running in a browser
Prerequisites
Environment check
msw
versionBrowsers
Chromium (Chrome, Brave, etc.)
Reproduction repository
https://github.com/harisliv/next13-msw049.git
Reproduction steps
First install the dependencies with
npm install
and after run the app withnpm run dev
.Current behavior
Right now with latest Next and msw the first fetch is not being caught by the MSW. You need to press the button and re-fetch to do so.
Expected behavior
First fetch should be caught by the MSW. The same example in Next12 works as expected!
The text was updated successfully, but these errors were encountered: