Fix bug where 2D geometry is not always shown #72
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L197
React Hook useEffect has a missing dependency: 'resetStateAndUI'. Either include it or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L252
React Hook useEffect has missing dependencies: 'appConfig.venueImages', 'categories.length', 'currentLanguage', 'currentLocation', 'setCurrentLanguage', 'setCurrentLocation', 'setVenuesInSolution', 'updateCategories', and 'venuesInSolution.length'. Either include them or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L288
React Hook useEffect has missing dependencies: 'setApiKey', 'setAppConfig', 'setMapReady', 'setSolution', and 'setVenuesInSolution'. Either include them or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L298
React Hook useEffect has missing dependencies: 'setGmApiKey' and 'setMapboxAccessToken'. Either include them or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L326
React Hook useEffect has a missing dependency: 'setFilteredLocationsByExternalID'. Either include it or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L344
React Hook useEffect has missing dependencies: 'setCurrentLocation', 'setCurrentVenueName', and 'setLocationId'. Either include them or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L353
React Hook useEffect has a missing dependency: 'setGmMapId'. Either include it or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L374
React Hook useEffect has missing dependencies: 'appStates.DIRECTIONS', 'appStates.LOCATION_DETAILS', 'currentAppViewPayload', 'currentLocation', 'filteredLocations', 'initialFilteredLocations', 'setCurrentLocation', and 'setFilteredLocations'. Either include them or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L381
React Hook useEffect has a missing dependency: 'setCurrentVenueName'. Either include it or remove the dependency array
|
packages/map-template/src/components/MapTemplate/MapTemplate.jsx#L388
React Hook useEffect has a missing dependency: 'setTileStyle'. Either include it or remove the dependency array
|
This job succeeded
Loading