Using MSW for testing crashes the app, but not the tests themselves #922
Unanswered
nathan-hyan
asked this question in
Q&A
Replies: 1 comment
-
Hi, @nathan-hyan. It looks like a TypeScript issue. We're currently using TypeScript 4.3.5 in MSW and have no guarantees that it functions properly in 4.4.x. The update to the latest TypeScript version is in progress in #930 and has not been released yet. For now, I can only recommend suppressing the error message until the mentioned dependency update is finished. Thanks for understanding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I'm running into this issue where i can use MSW for testing and everything works just fine! until i try to run the React app, where it throws the next error:
My Typescript version is 4.4.2 and MSW version is the latest.
Beta Was this translation helpful? Give feedback.
All reactions