fix: 알람페이지 스크롤뷰추가#52
Merged
Merged
Annotations
4 errors and 10 warnings
|
|
|
|
|
|
|
Type '{ position: "absolute"; top: number; left: string; width: string; marginLeft: string; height: number; backgroundColor: string; borderRadius: number; padding: number; justifyContent: "center"; zIndex: number; borderWidth: number; borderColor: string; }' is not assignable to type 'StyleProp<ViewStyle>'.
|
|
Time-Up/src/pages/Alarm/My/EditMyAlarmPage.tsx#L118
React Hook useCallback has missing dependencies: 'toggleMyAlarmActivation' and 'updateAlarmField'. Either include them or remove the dependency array
|
|
Time-Up/src/pages/Alarm/My/EditMyAlarmPage.tsx#L93
'apiMsg' is assigned a value but never used
|
|
Time-Up/src/pages/AddSchedulePage.tsx#L136
'gotoLocationPage' is assigned a value but never used
|
|
Time-Up/src/contexts/AlarmContext.tsx#L99
'serverId' is assigned a value but never used
|
|
Time-Up/src/context/ScheduleContext.tsx#L240
'fetchMonth' is assigned a value but never used
|
|
Time-Up/src/components/common/ToggleSwitch.tsx#L30
React Hook React.useEffect has a missing dependency: 'knobAnim'. Either include it or remove the dependency array
|
|
Time-Up/src/components/common/HalfTimeScrollPanel.tsx#L37
React Hook useEffect has a missing dependency: 'onTimeChange'. Either include it or remove the dependency array. If 'onTimeChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Time-Up/src/components/common/DropDown3.tsx#L37
React Hook useEffect has a missing dependency: 'dropdownAnim'. Either include it or remove the dependency array
|
|
Time-Up/src/components/common/DropDown.tsx#L44
React Hook useEffect has a missing dependency: 'dropdownAnim'. Either include it or remove the dependency array
|
|
Time-Up/src/apis/axiosInstance.ts#L51
'e' is defined but never used
|
The logs for this run have expired and are no longer available.
Loading