feat(fe): confirm modal when leaving settings page #11358
Annotations
3 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint (Node.js):
apps/frontend/app/(client)/(main)/settings/_components/ConfirmNavigation.tsx#L56
React Hook useEffect has missing dependencies: 'bypassConfirmation' and 'updateNow'. Either include them or remove the dependency array. Mutable values like 'bypassConfirmation.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint (Node.js):
apps/frontend/app/(client)/(main)/settings/page.tsx#L156
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array
|
Loading