feat(projects): migrate manage-projects module UI to Material UI (MUI) #1322
Annotations
3 warnings
|
Check linting:
client/src/shared/hooks/use-auth.ts#L45
React Hook useCallback has a missing dependency: 'clearToken'. Either include it or remove the dependency array
|
|
Check linting:
client/src/shared/components/organisms/sidebar/index.tsx#L55
React Hook useEffect has a missing dependency: 'isAuthenticated'. Either include it or remove the dependency array
|
|
Check linting:
client/src/modules/profile/index.tsx#L34
React Hook useEffect has missing dependencies: 'fetchUserProfile', 'profile?.personal_info.username', 'projects.length', 'setProjects', and 'user?.personal_info.username'. Either include them or remove the dependency array
|
Loading