Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 95e2099

Browse files
fix: resolve a11y warnings for role-supports-aria-props rule (#4174)
1 parent 9d8ae39 commit 95e2099

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/StarSearch/StarSearchChat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,6 @@ export function StarSearchChat({
701701
role="feed"
702702
aria-label="StarSearch conversation"
703703
aria-busy={isRunning}
704-
aria-setsize={-1}
705704
className={clsx("w-full max-w-xl mx-auto lg:max-w-5xl pb-[210px] md:pb-[285px]")}
706705
>
707706
{chatMessagesToProcess.map((message, i, messages) => {

0 commit comments

Comments
 (0)