fixed accesiblity #1348
Annotations
3 errors and 6 warnings
eslint:
src/hemsedal24/components/Files.tsx#L29
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
eslint:
src/hemsedal24/components/Popover.tsx#L36
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
eslint
Process completed with exit code 1.
|
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
eslint:
src/newYearParty/img/danceFloor/danceFloor.tsx#L32
React Hook useEffect has a missing dependency: 'animation'. Either include it or remove the dependency array
|
eslint:
src/nyttarskalas/img/danceFloor/danceFloor.tsx#L32
React Hook useEffect has a missing dependency: 'animation'. Either include it or remove the dependency array
|
eslint:
src/summersplash2022/components/header/header.tsx#L136
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an 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
|
eslint:
src/summersplash2022/sections/hvordanSerFørsteÅretUt.tsx#L32
React Hook useEffect has a missing dependency: 'handleResize'. Either include it or remove the dependency array
|