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
> NOTE: When using `renderHook` in conjunction with the `wrapper` and `initialProps` options, the `initialProps` are not passed to the `wrapper` component.
387
-
> To provide props to the `wrapper` component, consider a solution like this:
380
+
> NOTE: When using `renderHook` in conjunction with the `wrapper` and
381
+
> `initialProps` options, the `initialProps` are not passed to the `wrapper`
382
+
> component. To provide props to the `wrapper` component, consider a solution
0 commit comments