feat: add signalement client authentification #1818
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
components/bal/numero-editor.tsx#L268
React Hook useCallback has a missing dependency: 'onVoieChanged'. Either include it or remove the dependency array. If 'onVoieChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
components/bal/numero-editor.tsx#L275
React Hook useCallback has a missing dependency: 'onVoieChanged'. Either include it or remove the dependency array. If 'onVoieChanged' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
components/map/hooks/hovered.ts#L97
React Hook useCallback has a missing dependency: 'handleRelatedFeatures'. Either include it or remove the dependency array
|
components/map/hooks/hovered.ts#L113
React Hook useCallback has a missing dependency: 'handleRelatedFeatures'. Either include it or remove the dependency array
|
components/map/map.tsx#L233
React Hook useCallback has a missing dependency: 'map'. Either include it or remove the dependency array
|
components/map/map.tsx#L277
React Hook useEffect has a missing dependency: 'isTileSourceLoaded'. Either include it or remove the dependency array
|
components/new/upload-form.tsx#L227
React Hook useCallback has a missing dependency: 'resetForm'. Either include it or remove the dependency array
|
components/settings/bal-settings-form.tsx#L109
React Hook useCallback has an unnecessary dependency: 'token'. Either exclude it or remove the dependency array
|
contexts/parcelles.tsx#L154
React Hook useCallback has a missing dependency: 'parcelles.length'. Either include it or remove the dependency array
|
pages/bal/[balId]/signalements/index.tsx#L74
React Hook useEffect has missing dependencies: 'addMarker', 'disableMarkers', and 'handleSelectSignalement'. Either include them or remove the dependency array
|
This job succeeded
Loading