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
I noticed this change in the legacy react-hooks-testing-library version of renderHook, whereby the props sent to the rerender function were also sent to any provided custom wrapper. However, I'm noticing that the @testing-library/react-native version of the renderHook util does not have this feature. Not sure if this is a bug or a feature request, so decided to just log this to get the conversation going.