From 5830c160f26be97541b5a4a129ced5c4ba3692dd Mon Sep 17 00:00:00 2001 From: voluntas Date: Fri, 17 Nov 2023 12:08:26 +0900 Subject: [PATCH] =?UTF-8?q?a11y.useValidAnchor=20=E3=82=92=E6=9C=89?= =?UTF-8?q?=E5=8A=B9=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome.json | 1 - src/components/DebugPane/Message.tsx | 5 +++-- src/components/DevtoolsPane/index.tsx | 12 ++++++------ src/components/Header/DownloadReportButton.tsx | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/biome.json b/biome.json index d1888e97..b5955d03 100644 --- a/biome.json +++ b/biome.json @@ -11,7 +11,6 @@ "useExhaustiveDependencies": "off" }, "a11y": { - "useValidAnchor": "off", "useAnchorContent": "off" } } diff --git a/src/components/DebugPane/Message.tsx b/src/components/DebugPane/Message.tsx index b2b25d1e..0af16640 100644 --- a/src/components/DebugPane/Message.tsx +++ b/src/components/DebugPane/Message.tsx @@ -50,7 +50,8 @@ export const Message: React.FC = (props) => { return (
- setShow(!show)} aria-controls={ariaControls} @@ -62,7 +63,7 @@ export const Message: React.FC = (props) => { ) : null} {label} {title} - +
{ return ( - +
@@ -261,9 +261,9 @@ const RowAdvancedSignalingOptions: React.FC = () => { return ( - +
@@ -341,9 +341,9 @@ const RowMediaOptions: React.FC = () => { return ( - +
diff --git a/src/components/Header/DownloadReportButton.tsx b/src/components/Header/DownloadReportButton.tsx index df6e165b..3cd50688 100644 --- a/src/components/Header/DownloadReportButton.tsx +++ b/src/components/Header/DownloadReportButton.tsx @@ -118,7 +118,7 @@ export const DownloadReportButton: React.FC = () => { defaultValue="Download report" onClick={onClick} /> - +