Skip to content

Initial release

Initial release #1

Triggered via release July 23, 2023 12:06
@arungogosoonarungogosoon
published 1.0.1
Status Success
Total duration 1m 9s
Artifacts

publish.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: src/components/App.tsx#L61
React Hook useEffect has a missing dependency: 'timeSlots'. Either include it or remove the dependency array
build: src/components/App.tsx#L77
React Hook useEffect has missing dependencies: 'MAP_TIME_TO_SLOT_ID' and 'props'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect