You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the library has been re-written in TypeScript it no longer exports the RenderHookOptions as a seperate type. This is causing our CI to fail: Amsterdam/amsterdam-styled-components#1469
Suggested solution:
Restore the RenderHookOptions type so it can be used again.
The text was updated successfully, but these errors were encountered:
react-hooks-testing-library
version: 4.0.0Relevant code or config:
What you did:
Import the
RenderHookOptions
type.What happened:
The
RenderHookOptions
type was not found.Reproduction:
See code.
Problem description:
Since the library has been re-written in TypeScript it no longer exports the
RenderHookOptions
as a seperate type. This is causing our CI to fail: Amsterdam/amsterdam-styled-components#1469Suggested solution:
Restore the
RenderHookOptions
type so it can be used again.The text was updated successfully, but these errors were encountered: