We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49a16b commit d24c120Copy full SHA for d24c120
src/components/Feedback/index.tsx
@@ -189,7 +189,12 @@ const Feedback = function Feedback(router) {
189
190
return (
191
<Flex className="feedback" key={router?.router?.asPath}>
192
- <div id="start-state" aria-labelledby="feedbackGroupTitle" role="group">
+ <div
193
+ id="start-state"
194
+ aria-labelledby="feedbackGroupTitle"
195
+ role="group"
196
+ aria-live="polite"
197
+ >
198
<Text className="feedback-text" id="feedbackGroupTitle">
199
{c.feedbackQuestion}
200
</Text>
0 commit comments