We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-hooks-testing-library
import { RenderHookResult } from '@testing-library/react-hooks';
I Updated a TypeScript project that was using 3.x & that used RenderHookResult to 4.0.0
RenderHookResult
The type doesn't exists anymore
Any code importing the type should fail to compile
Same problem as #534 but on the result type instead of the option parameter.
Add the interface back to the new typescript-rewritten version
The text was updated successfully, but these errors were encountered:
this is fixed & released in v5.0.0-beta.9. However, you are welcome to submit a PR fixing the export issue.
v5.0.0-beta.9
Sorry, something went wrong.
This is released in v5.0.0
No branches or pull requests
react-hooks-testing-library
version: 4.0.0Relevant code or config:
What you did:
I Updated a TypeScript project that was using 3.x & that used
RenderHookResult
to 4.0.0What happened:
The type doesn't exists anymore
Reproduction:
Any code importing the type should fail to compile
Problem description:
Same problem as #534 but on the result type instead of the option parameter.
Suggested solution:
Add the interface back to the new typescript-rewritten version
The text was updated successfully, but these errors were encountered: