-
Notifications
You must be signed in to change notification settings - Fork 1.1k
9.3.1 requires MessageChannel implementation #521
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
Comments
Creating a separate issue to better keep track of it. This causes errors in Firefox 52 and Safari 10: https://circleci.com/gh/mui-org/material-ui/124896 was built from mui/material-ui#18183 I think the warn logic wasn't properly migrated from |
🎉 This issue has been resolved in version 9.3.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Hi, @kentcdodds @eps1lon Is there any problem or error setting in my project?
Here is my demo https://github.com/whodoeshua/mocha-react-testing-library My environment as follows:
|
Hi @whodoeshua. If you could dig in a little deeper that would be great. Once you have more information, please open a new issue on the subject so we can get it fixed. |
Hi kent. This issue look like from
nodeRequire will throw a error once
|
Cc @threepointone, do you have any ideas here? |
Oh hmm I dunno what the esm implications are. I’ll think about it. |
Should probably file a new issue since it’s not the same thing |
True. @whodoeshua, could you open a new issue about this? |
Sorry for my last response. |
I just upgraded to 9.3.1 and this is causing my test suite to log the following error:
ERROR: true, 'This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning.'
Is this something I need to worry about? I'm running my tests in Chrome using Karma.
Originally posted by @evoyy in #514 (comment)
The text was updated successfully, but these errors were encountered: