Open
Description
Posting under this template since the description includes "missing documentation"
What you did:
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 of renderHook
.
Problem description:
The migration guide is incomplete.