-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Network request failed" on "setMaxListeners" is undefined in msw@next #1746
Comments
With
Seems it's related to #971 |
After some additional debugging, I found the actual error:
It seems this error occurs because |
I gave #1773 a try and it does fix the Let me know if you have any other suggestions on resolving the remaining SyntaxError. I'm happy to provide any other debugging details that could help track this down. |
Debug
|
@sairus2k, may I ask you to open a new issue regarding that? So we kept each one isolated and tracked separately (can still mark them as dependent/discovered together). Thanks. |
Fixed in #1436 |
Prerequisites
Environment check
msw
versionNode.js version
v18.17.1
Reproduction repository
https://github.com/sairus2k/msw-reproduction
Reproduction steps
yarn
npx react-native start
npx react-native run-ios
ornpx react-native run-android
msw
Current behavior
The error is thrown:
Expected behavior
Network requests mocked by msw should return the mocked response without errors.
The text was updated successfully, but these errors were encountered: