Merge pull request #1857 from element-hq/renovate/eslint-plugin-jsx-a11y-6.x-lockfile

Update dependency eslint-plugin-jsx-a11y to v6.8.0
This commit is contained in:
Robin
2024-01-03 14:34:53 -05:00
committed by GitHub
2 changed files with 51 additions and 56 deletions

View File

@@ -105,6 +105,8 @@ export const AvatarInputField = forwardRef<HTMLInputElement, Props>(
aria-label={label}
{...rest}
/>
{/* https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966 */}
{/* eslint-disable-next-line jsx-a11y/label-has-associated-control */}
<label htmlFor={id} className={styles.fileInputButton}>
<EditIcon />
</label>