-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
@types/testing-library__react"' has no exported member 'waitFor' #688
Comments
@matassp what version of |
The quickest way I found to fix this was to:
|
IMO, I think this should be closed then. I can see this issue being annoying and uncertain but when it comes to dependency management and types on type of that this sort of comes with the territory. |
I'm definitely willing to accept a pull request to bring type definitions within this repo like we did with DOM Testing Library. That would help us avoid issues like this in the future. |
🎉 This issue has been resolved in version 10.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thank you! |
Sorry, for duplicating issue #610 , but it looks like it was closed unresolved.
Relevant code or config:
import { waitFor } from '@testing-library/react';
What happened:
I get a typescript error:
@types/testing-library__react"' has no exported member 'waitFor'.ts(2305)
The text was updated successfully, but these errors were encountered: