fix: 새로고침 수정#56
Merged
Merged
Annotations
5 errors and 10 warnings
|
|
|
|
|
Argument of type '{ start_date: string | null; end_date: string | null; name: string; place_name: string; address: string; color: string; memo?: string | undefined; is_reminding: boolean; remind_at?: number | null | undefined; is_recurring: boolean; is_important: boolean; recurrence_rule?: { repeat_type: "weekly" | "monthly" | null; ...' is not assignable to parameter of type 'CreateScheduleRequest'.
|
|
|
|
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#L137
'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