(BSR)[PRO] fix: ignore Sentry error when Outlook scans link #7159
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run yarn lint:js:
pro/src/apiClient/adresse/apiAdresse.ts#L47
Unnecessary conditional, the types have no overlap
|
Run yarn lint:js:
pro/src/apiClient/adresse/apiAdresse.ts#L47
Unnecessary conditional, the types have no overlap
|
Run yarn lint:js:
pro/src/app/App/App.tsx#L90
React Hook useEffect has missing dependencies: 'isBeamerEnabled' and 'location.pathname'. Either include them or remove the dependency array
|
Run yarn lint:js:
pro/src/app/App/App.tsx#L104
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Run yarn lint:js:
pro/src/app/App/hook/useLogNavigation.ts#L31
React Hook useEffect has missing dependencies: 'params' and 'previousPage'. Either include them or remove the dependency array
|
Run yarn lint:js:
pro/src/app/App/hook/usePageTitle.ts#L16
React Hook useEffect has a missing dependency: 'location'. Either include it or remove the dependency array
|
Run yarn lint:js:
pro/src/components/Address/Address.tsx#L25
React Hook useEffect has a missing dependency: 'selectedField.value'. Either include it or remove the dependency array
|
Run yarn lint:js:
pro/src/components/Address/Address.tsx#L54
React Hook useEffect has missing dependencies: 'getSuggestions', 'searchField', and 'setFieldValue'. Either include them or remove the dependency array
|
Run yarn lint:js:
pro/src/components/Address/Address.tsx#L58
Unnecessary conditional, the types have no overlap
|
Run yarn lint:js:
pro/src/components/Address/Address.tsx#L65
React Hook useEffect has missing dependencies: 'addressesMap', 'searchField', and 'setFieldValue'. Either include them or remove the dependency array
|
Loading