fix: Links not redirecting on flagship app on Android #15
Annotations
4 warnings
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
|