C2S 261 - Onglet Modérateurs Utilisateurs #69
Annotations
10 warnings
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
|
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
|
src/components/moderatorEstablishments/establishments/Establishments.tsx#L126
React Hook useEffect has a missing dependency: 'fetchEstablishments'. Either include it or remove the dependency array
|
src/components/moderatorEstablishments/filters/Filters.tsx#L70
React Hook useEffect has missing dependencies: 'abortController', 'setActiveOC', and 'setPointsAccueilCount'. Either include them or remove the dependency array
|
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
|
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
|
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
|
src/page/inscriptionPartnerPage/FormComponent.tsx#L392
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
src/page/inscriptionPartnerPage/FormComponent.tsx#L392
Non-interactive elements should not be assigned mouse or keyboard event listeners
|
src/page/moderatorPage/ModeratorPage.tsx#L46
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
|
The logs for this run have expired and are no longer available.
Loading