Disable eslint rule react-hooks/exhaustive-deps (#1055)

Disable react-hooks/exhaustive-deps
Workaround for #1014
This commit is contained in:
Pierre Jacquier
2023-11-11 13:27:12 -08:00
committed by GitHub
parent 9f0ac5f6fd
commit 23adf9d905
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faChevronRight, faTrashAlt } from '@fortawesome/free-solid-svg-icons'
import { useFileContext } from 'hooks/useFileContext'
import { useHotkeys } from 'react-hotkeys-hook'
import { kclManager } from 'lang/KclSinglton'
import styles from './FileTree.module.css'
import { sortProject } from 'lib/tauriFS'