feat(project): render EditorJS code blocks with copy button and langu… #117
Annotations
4 errors and 2 warnings
|
format-check
Process completed with exit code 1.
|
|
format-check:
client/src/modules/project/components/project-content.tsx#L136
'e' is defined but never used
|
|
format-check:
client/src/modules/project/components/project-content.tsx#L126
'err' is defined but never used
|
|
format-check:
client/src/modules/project/components/project-content.tsx#L119
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
format-check:
client/src/shared/hooks/use-auth.ts#L45
React Hook useCallback has a missing dependency: 'clearToken'. Either include it or remove the dependency array
|
|
format-check:
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
|