chore: bump version to 1.1.0 #36
Annotations
12 warnings
|
build-and-test (22)
React Hook useCallback has a missing dependency: 'handleDelete'. Either include it or remove the dependency array
|
|
build-and-test (22)
React Hook useCallback has missing dependencies: 'handleCopyToResult' and 'handleDeleteItem'. Either include them or remove the dependency array
|
|
build-and-test (22):
client/src/components/Routine/RoutineView.tsx#L411
React Hook useMemo has missing dependencies: 'dayTabs' and 'renderRoutineList'. Either include them or remove the dependency array
|
|
build-and-test (22):
client/src/components/Routine/RoutineView.tsx#L43
The 'yearlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 191) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'yearlyRoutines' in its own useMemo() Hook
|
|
build-and-test (22):
client/src/components/Routine/RoutineView.tsx#L42
The 'quarterlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 170) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'quarterlyRoutines' in its own useMemo() Hook
|
|
build-and-test (22):
client/src/components/Routine/RoutineView.tsx#L41
The 'monthlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 140) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'monthlyRoutines' in its own useMemo() Hook
|
|
build-and-test (20)
React Hook useCallback has a missing dependency: 'handleDelete'. Either include it or remove the dependency array
|
|
build-and-test (20)
React Hook useCallback has missing dependencies: 'handleCopyToResult' and 'handleDeleteItem'. Either include them or remove the dependency array
|
|
build-and-test (20):
client/src/components/Routine/RoutineView.tsx#L411
React Hook useMemo has missing dependencies: 'dayTabs' and 'renderRoutineList'. Either include them or remove the dependency array
|
|
build-and-test (20):
client/src/components/Routine/RoutineView.tsx#L43
The 'yearlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 191) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'yearlyRoutines' in its own useMemo() Hook
|
|
build-and-test (20):
client/src/components/Routine/RoutineView.tsx#L42
The 'quarterlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 170) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'quarterlyRoutines' in its own useMemo() Hook
|
|
build-and-test (20):
client/src/components/Routine/RoutineView.tsx#L41
The 'monthlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 140) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'monthlyRoutines' in its own useMemo() Hook
|