Skip to content

Commit

Permalink
fix: eslint error react-hooks/exhaustive-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yosipy committed Sep 1, 2024
1 parent 3a2b3d5 commit 27f7249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ReactDropzoneVV.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const ReactDropzoneVV: FC<ReactDropzoneVVProps> = ({
}
}
},
[accept, multiple, onSelect, onError]
[accept, multiple, noClick, onSelect, onError]
)

return (
Expand Down

0 comments on commit 27f7249

Please sign in to comment.