VACMS-18444 Facility Locator: add click functionality for mobile map markers #67073
Annotations
12 warnings
Filter files
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Filter files
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Annotate ESLint results for modified files:
src/applications/facility-locator/components/ResultsList.jsx#L41
src/applications/facility-locator/components/ResultsList.jsx:41:5:React Hook useEffect has missing dependencies: 'currentPage' and 'searchString'. Either include them or remove the dependency array. If 'setResultsData' needs the current value of 'searchString', you can also switch to useReducer instead of useState and read 'searchString' in the reducer.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/components/ResultsList.jsx#L50
src/applications/facility-locator/components/ResultsList.jsx:50:5:React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/components/SearchControls.jsx#L172
src/applications/facility-locator/components/SearchControls.jsx:172:13:The <va-button> Web Component should be used instead of the button HTML element.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/components/SearchControls.jsx#L201
src/applications/facility-locator/components/SearchControls.jsx:201:13:The <va-button> Web Component should be used instead of the button HTML element.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/containers/FacilitiesMap.jsx#L335
src/applications/facility-locator/containers/FacilitiesMap.jsx:335:16:Unexpected unnamed function.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/containers/FacilitiesMap.jsx#L629
src/applications/facility-locator/containers/FacilitiesMap.jsx:629:5:React Hook useEffect has a missing dependency: 'searchCurrentArea'. Either include it or remove the dependency array.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/containers/FacilitiesMap.jsx#L635
src/applications/facility-locator/containers/FacilitiesMap.jsx:635:6:React Hook useEffect has a missing dependency: 'setUpResizeEventListener'. Either include it or remove the dependency array.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/containers/FacilitiesMap.jsx#L641
src/applications/facility-locator/containers/FacilitiesMap.jsx:641:5:React Hook useEffect has a missing dependency: 'handleSearchOnQueryChange'. Either include it or remove the dependency array.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/containers/FacilitiesMap.jsx#L649
src/applications/facility-locator/containers/FacilitiesMap.jsx:649:5:React Hook useEffect has a missing dependency: 'renderMarkers'. Either include it or remove the dependency array.
|
Annotate ESLint results for modified files:
src/applications/facility-locator/containers/FacilitiesMap.jsx#L665
src/applications/facility-locator/containers/FacilitiesMap.jsx:665:5:React Hook useEffect has a missing dependency: 'handleMapOnNoResultsFound'. Either include it or remove the dependency array.
|
Loading