-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[3.0.0-alpha.0 upgrade] can't resolve react-testing-library #3431
Comments
I yarn add the react-testing-library@6.1.2 as a temporary solution |
We should probably extract those test utilities in a separate package installable as a dev dependency |
We already used |
Fixed by #3442 |
@fzaninotto When will this push to npm? I got the following error and don't know if it is related:
|
This was published in version 3.0 on November 20, 2019. https://github.com/marmelab/react-admin/releases/tag/v3.0.0 |
Thank you very much for this alpha release i think it will be very helpful
after upgrading
react-admin => 3.0.0-alpha.0
@material-ui/core => 4.2.1
@material-ui/icons => 4.2.1
i got this error
ra-core/esm/util/renderWithRedux.js
Module not found: Can't resolve 'react-testing-library'
i tried to install it but i got another error
Error: 🚨 react-testing-library has moved to @testing-library/react. Please uninstall react-testing-library and install @testing-library/react instead, or use an older version of react-testing-library. Learn more about this change here: testing-library/dom-testing-library#260 Thanks! :)
The text was updated successfully, but these errors were encountered: