feat : Add Breadcrumbs Navigation Testimony #80
codecheck.yml
on: pull_request
Run eslint and typescript check
41s
Annotations
10 warnings
Run eslint and typescript check:
src/components/navbar/sidebar-events.tsx#L37
React Hook useMemo has a missing dependency: 'isSelectedDate'. Either include it or remove the dependency array
|
Run eslint and typescript check:
src/components/navbar/sidebar-events.tsx#L44
React Hook useMemo has a missing dependency: 'isSelectedDate'. Either include it or remove the dependency array
|
Run eslint and typescript check:
src/components/new-calendar.tsx#L55
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run eslint and typescript check:
src/components/session.tsx#L4
'toast' is defined but never used
|
Run eslint and typescript check:
src/components/session.tsx#L10
'Button' is defined but never used
|
Run eslint and typescript check:
src/components/session.tsx#L11
'Dialog' is defined but never used
|
Run eslint and typescript check:
src/components/session.tsx#L11
'DialogContent' is defined but never used
|
Run eslint and typescript check:
src/components/session.tsx#L11
'DialogDescription' is defined but never used
|
Run eslint and typescript check:
src/components/session.tsx#L40
'queryClient' is assigned a value but never used
|
Run eslint and typescript check:
src/components/session.tsx#L42
'askForNotif' is assigned a value but never used
|