fix: spacing in establishment informations block #56
Annotations
10 warnings
lint-and-format:
src/components/common/accordion/Accordion.tsx#L28
React Hook useEffect has a missing dependency: 'onActive'. Either include it or remove the dependency array. If 'onActive' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint-and-format:
src/components/footer/Footer.tsx#L109
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
|
lint-and-format:
src/components/moderatorEstablishments/establishments/Establishments.tsx#L126
React Hook useEffect has a missing dependency: 'fetchEstablishments'. Either include it or remove the dependency array
|
lint-and-format:
src/components/moderatorEstablishments/filters/Filters.tsx#L71
React Hook useEffect has missing dependencies: 'abortController', 'setActiveOC', and 'setPointsAccueilCount'. Either include them or remove the dependency array
|
lint-and-format:
src/components/moderatorUsers/filters/Filters.tsx#L28
React Hook useEffect has missing dependencies: 'searchTerm' and 'setSearchTerm'. Either include them or remove the dependency array
|
lint-and-format:
src/components/moderatorUsers/users/Users.tsx#L139
React Hook useEffect has missing dependencies: 'abortController', 'apiEndpoint', and 'setUsers'. Either include them or remove the dependency array
|
lint-and-format:
src/contexts/ModeratorEstablishmentsContext.tsx#L65
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint-and-format:
src/contexts/UserContext.tsx#L41
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint-and-format:
src/keycloak/RequireAuth.tsx#L41
React Hook useCallback has missing dependencies: 'USED_ROLE_LIST.CAISSE', 'USED_ROLE_LIST.MODERATEUR', and 'USED_ROLE_LIST.ORGANISME_COMPLEMENTAIRE'. Either include them or remove the dependency array
|
lint-and-format:
src/page/inscriptionPartnerPage/FormComponent.tsx#L392
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|