Closed
Description
Prerequisites
- I confirm my issue is not in the opened issues
- I confirm the Frequently Asked Questions didn't contain the answer to my issue
Environment check
- I'm using the latest
msw
version - I'm using Node.js version 18 or higher
Node.js version
v21.4.0
Reproduction repository
https://github.com/Samflyn/msw-react
Reproduction steps
Running the App test should replicate the issue
Current behavior
There are two requests in App, where in one with payload and the other without, the request with payload is not intercepted by msw handler while the one without payload is intercepted fine.
Expected behavior
The request with payload should be intercepted by msw handler