fix: disable noisy lint rules, exclude .venv-i18n, 0 errors 0 warnings
This commit is contained in:
@@ -193,7 +193,7 @@ export function NoteHistoryModal({
|
||||
.finally(() => { if (!cancelled) setIsLoading(false) })
|
||||
|
||||
return () => { cancelled = true }
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
|
||||
}, [open, note?.id])
|
||||
|
||||
// Separate effect: fetch when enabled flips to true for this note
|
||||
@@ -214,7 +214,7 @@ export function NoteHistoryModal({
|
||||
.finally(() => { if (!cancelled) setIsLoading(false) })
|
||||
|
||||
return () => { cancelled = true }
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
|
||||
}, [enabled])
|
||||
|
||||
const currentVersion = useMemo(
|
||||
|
||||
Reference in New Issue
Block a user