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
Currently, some testing utilities libraries rely on react-test-renderer, for example @testing-library/react-hooks. This library is used to test React hooks in a React application. Having an equivalent of react-test-renderer would help in migrating an existing React app to Preact.
The text was updated successfully, but these errors were encountered:
Continuing this issue from
preact-compat
repo.Currently, some testing utilities libraries rely on
react-test-renderer
, for example@testing-library/react-hooks
. This library is used to test React hooks in a React application. Having an equivalent ofreact-test-renderer
would help in migrating an existing React app to Preact.The text was updated successfully, but these errors were encountered: