rerender
function returned from renderHookToSnapshotStream
requires a props argument even when its optional
#13
Labels
bug
Something isn't working
Take the following test:
When I try to use
rerender
, I get an error that an argument is required:Ideally the argument is only required if the hook callback requires props.
The text was updated successfully, but these errors were encountered: