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
Is it supposed to say that initialProps in @testing-library/react-hooks are passed both to the hook and to the wrapper, but in @testing-library/react they are only passed to the hook? I just ran into this issue and took quite a lot of time to figure out that my wrapper didn't get Apollo mocks with the @testing-library/react version of renderHook.
Problem description:
The migration guide is incomplete.
The text was updated successfully, but these errors were encountered:
Posting under this template since the description includes "missing documentation"
What you did:
Read https://github.com/testing-library/react-hooks-testing-library/blob/chore/migration-guide/MIGRATION_GUIDE.md.
What happened:
https://github.com/testing-library/react-hooks-testing-library/blob/chore/migration-guide/MIGRATION_GUIDE.md ends with the "
wrapper
Props" header.Is it supposed to say that
initialProps
in@testing-library/react-hooks
are passed both to the hook and to the wrapper, but in@testing-library/react
they are only passed to the hook? I just ran into this issue and took quite a lot of time to figure out that my wrapper didn't get Apollo mocks with the@testing-library/react
version ofrenderHook
.Problem description:
The migration guide is incomplete.
The text was updated successfully, but these errors were encountered: