diff options
Diffstat (limited to 'frontend/src/utilities/routers.ts')
-rw-r--r-- | frontend/src/utilities/routers.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/utilities/routers.ts b/frontend/src/utilities/routers.ts index b3c91c541..6dd988be7 100644 --- a/frontend/src/utilities/routers.ts +++ b/frontend/src/utilities/routers.ts @@ -3,6 +3,7 @@ import type { Blocker, History, Transition } from "history"; import { useContext, useEffect } from "react"; +// eslint-disable-next-line camelcase import { UNSAFE_NavigationContext } from "react-router-dom"; export function useBlocker(blocker: Blocker, when = true) { |