chore: Add Bundlemon to CI #10
ci-cd.yml
on: pull_request
Build and publish
1m 23s
Annotations
1 error and 4 warnings
Build and publish
The process '/opt/hostedtoolcache/node/20.17.0/x64/bin/npx' failed with exit code 1
|
Build and publish:
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 and publish:
src/components/Provider/AccountProvider.jsx#L40
React Hook useEffect has a missing dependency: 'accounts'. Either include it or remove the dependency array
|
Build and publish:
src/components/Views/GradesView.jsx#L79
React Hook useEffect has a missing dependency: 'updateYear'. Either include it or remove the dependency array
|
Build and publish:
src/components/Views/GradesView.jsx#L100
React Hook useEffect has missing dependencies: 'periods' and 'selectedPeriod'. Either include them or remove the dependency array
|