From 54dad9430a8a987ba6854777b2a9c8931cf62a4a Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 3 Jan 2024 14:27:39 -0500 Subject: [PATCH] Fix lint error --- src/input/AvatarInputField.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input/AvatarInputField.tsx b/src/input/AvatarInputField.tsx index 639eaf6e..1c1fee6c 100644 --- a/src/input/AvatarInputField.tsx +++ b/src/input/AvatarInputField.tsx @@ -105,6 +105,8 @@ export const AvatarInputField = forwardRef( 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 */}