Ar/whemps #120
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
oneiros::pr_checks::build::Build:
src/atoms/09_TextInput/TextInput.tsx#L180
React Hook useMemo has an unnecessary dependency: 'extraProps.value'. Either exclude it or remove the dependency array
|
oneiros::pr_checks::build::Build:
src/atoms/05_SystemIcon/SystemIcon.tsx#L103
React Hook useMemo has unnecessary dependencies: 'collection', 'icon', and 'theme'. Either exclude them or remove the dependency array
|
oneiros::pr_checks::build::Build:
src/atoms/12_DateRange/DateRange.tsx#L121
React Hook useEffect has a missing dependency: 'handleClear'. Either include it or remove the dependency array
|
oneiros::pr_checks::build::Build:
src/molecules/04_Map/MapView.tsx#L510
React Hook useMemo has an unnecessary dependency: 'DreamPipColors'. Either exclude it or remove the dependency array. Outer scope values like 'DreamPipColors' aren't valid dependencies because mutating them doesn't re-render the component
|
oneiros::pr_checks::build::Build:
src/molecules/04_Map/MapView.tsx#L578
React Hook useEffect has missing dependencies: 'fetchNewData' and 'mapData?.timeframe'. Either include them or remove the dependency array. If 'fetchNewData' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
oneiros::pr_checks::build::Build:
src/molecules/04_Map/MapView.tsx#L593
React Hook useEffect has a missing dependency: 'mapData?.mapData'. Either include it or remove the dependency array
|
oneiros::pr_checks::build::Build:
src/molecules/04_Map/MapView.tsx#L593
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
oneiros::pr_checks::build::Build:
src/molecules/03_Calendar/CalendarView.tsx#L825
Unexpected console statement
|
oneiros::pr_checks::build::Build:
src/atoms/05_SystemIcon/SystemIcon.tsx#L103
React Hook useMemo has unnecessary dependencies: 'collection', 'icon', and 'theme'. Either exclude them or remove the dependency array
|
oneiros::pr_checks::build::Build:
src/atoms/09_TextInput/TextInput.tsx#L180
React Hook useMemo has an unnecessary dependency: 'extraProps.value'. Either exclude it or remove the dependency array
|
Loading