Skip to content

Commit

Permalink
feat(renderHook): fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Sep 4, 2022
1 parent d66ebad commit 10dfd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pure.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function renderHook(renderCallback, options = {}) {

const {rerender: baseRerender, unmount} = render(
<TestComponent renderCallbackProps={initialProps} />,
renderOptions,
renderOptions,
)

function rerender(rerenderCallbackProps) {
Expand Down

0 comments on commit 10dfd0e

Please sign in to comment.