MaxListenersExceededWarning is shown by React.StrictMode #1650
Unanswered
yunics-highfield
asked this question in
Q&A
Replies: 2 comments 6 replies
-
bumping this as I'm facing the same issue when running tests with jest & msw as soon as 10 handlers are set. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Looks like this should be relatively unrelated to strict mode, since it's per-request listeners, but I've reproduced this in a test - #1910 and we can work on improving the cause, but there's no actual issue besides some log noise |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a React project with msw. MaxListenersExceededWarning is shown on console when I use React.StrictMode and fetch about 10 or more mock data on my application. I'd like to resolve it. How do you guys treat with it below?
Beta Was this translation helpful? Give feedback.
All reactions