Skip to content

Commit

Permalink
Fix useEffect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmatus committed Dec 16, 2024
1 parent a06532e commit af3451e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/upload-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ export const UploadButton = ({
}
}, [
addAlert,
cwdInfo?.entries,
removeAlert,
cwdInfo,
dialogs,
path,
setUploadedFiles,
Expand Down

0 comments on commit af3451e

Please sign in to comment.