fix: remove invalid eslint-disable comment for non-existent react-hooks rule

This commit is contained in:
gsxdsm
2026-06-06 06:52:43 -07:00
parent ee5f5e84ac
commit a87c7d72cd

View File

@@ -105,7 +105,6 @@ export function DirectoryPicker({ value, onChange, placeholder, onInputKeyDown,
if (browser.isOpen && browser.currentPath) {
fetchEntries(browser.currentPath, browser.showHidden);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [browser.showHidden, fetchEntries]);
const handleToggleCreateFolder = useCallback(() => {