fix: Update processing #20
Annotations
10 warnings
continuous Integration:
src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
continuous Integration:
src/components/ui/form.tsx#L169
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
continuous Integration:
src/hooks/use-fetch.tsx#L7
React Hook useCallback has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|
continuous Integration:
src/hooks/use-theme.tsx#L66
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
continuous Integration:
src/hooks/use-toast.ts#L18
'actionTypes' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
|
continuous Integration:
src/pages/projet/SuccessCreationProjet.tsx#L26
React Hook useEffect has missing dependencies: 'hasSeenSuccess' and 'navigate'. Either include them or remove the dependency array. Outer scope values like 'project' aren't valid dependencies because mutating them doesn't re-render the component
|
continuous Integration:
src/pages/projet/ValidateProjet.tsx#L24
React Hook useEffect has an unnecessary dependency: 'project'. Either exclude it or remove the dependency array. Outer scope values like 'project' aren't valid dependencies because mutating them doesn't re-render the component
|
continuous Integration:
src/pages/projet/ValidateProjet.tsx#L32
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array. Outer scope values like 'project' aren't valid dependencies because mutating them doesn't re-render the component
|
continuous Integration:
src/pages/projet/ValidateProjet.tsx#L49
React Hook useMemo has an unnecessary dependency: 'project'. Either exclude it or remove the dependency array. Outer scope values like 'project' aren't valid dependencies because mutating them doesn't re-render the component
|
continuous Integration:
src/pages/projet/ValidateProjet.tsx#L54
React Hook useMemo has an unnecessary dependency: 'project'. Either exclude it or remove the dependency array. Outer scope values like 'project' aren't valid dependencies because mutating them doesn't re-render the component
|
Loading