Skip to content

Commit

Permalink
fix: resolve a11y warnings for role-supports-aria-props rule (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamchasing authored Oct 22, 2024
1 parent 9d8ae39 commit 95e2099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/StarSearch/StarSearchChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,6 @@ export function StarSearchChat({
role="feed"
aria-label="StarSearch conversation"
aria-busy={isRunning}
aria-setsize={-1}
className={clsx("w-full max-w-xl mx-auto lg:max-w-5xl pb-[210px] md:pb-[285px]")}
>
{chatMessagesToProcess.map((message, i, messages) => {
Expand Down

0 comments on commit 95e2099

Please sign in to comment.