chore: Deploy when using Github releases with tag #8
Triggered via pull request
September 18, 2024 13:47
Status
Success
Total duration
1m 34s
Artifacts
–
Annotations
4 warnings
Build:
src/components/Atoms/Timetable/CozyDatePickerInline.jsx#L35
React Hook useEffect has a missing dependency: 'onDateChange'. Either include it or remove the dependency array. If 'onDateChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Build:
src/components/Provider/AccountProvider.jsx#L40
React Hook useEffect has a missing dependency: 'accounts'. Either include it or remove the dependency array
|
Build:
src/components/Views/GradesView.jsx#L78
React Hook useEffect has a missing dependency: 'updateYear'. Either include it or remove the dependency array
|
Build:
src/components/Views/GradesView.jsx#L99
React Hook useEffect has missing dependencies: 'periods' and 'selectedPeriod'. Either include them or remove the dependency array
|