Skip to content

Add custom timetable feature to screen #7

Add custom timetable feature to screen

Add custom timetable feature to screen #7

Triggered via pull request October 31, 2024 12:06
Status Success
Total duration 28s
Artifacts

ci.yaml

on: pull_request
πŸ’š CI
20s
πŸ’š CI
Fit to window
Zoom out
Zoom in

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