Merge pull request #189 from technologiestiftung/docs/readme #818
Annotations
7 warnings
pages/map.tsx#L110
React Hook useEffect has missing dependencies: 'labels', 'originalRecords', and 'sortFacilities'. Either include them or remove the dependency array
|
pages/map.tsx#L110
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
src/components/Map/index.tsx#L204
React Hook useCallback has a missing dependency: 'labels'. Either include it or remove the dependency array
|
src/components/Map/index.tsx#L204
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
src/components/Map/index.tsx#L290
React Hook useEffect has a missing dependency: 'onMarkerClick'. Either include it or remove the dependency array. If 'onMarkerClick' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/Map/index.tsx#L400
React Hook useEffect has a missing dependency: 'unspiderfy'. Either include it or remove the dependency array
|
src/lib/facilityFilterUtil.ts#L37
Missing return type on function
|
The logs for this run have expired and are no longer available.
Loading