Add custom timetable feature to screen #7
Annotations
1 warning
π CI:
src/components/bedpress-count-down.tsx#L12
The 'nextBedpresDate' object construction makes the dependencies of useEffect Hook (at line 21) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'nextBedpresDate' in its own useMemo() Hook
|