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 9e5690b commit 83f36d8Copy full SHA for 83f36d8
code/addons/a11y/src/components/A11yContext.tsx
@@ -324,7 +324,7 @@ export const A11yContextProvider: FC<PropsWithChildren> = (props) => {
324
return { ...prev, ui: update };
325
});
326
327
- // We intentionally do not include setHighlighted/setTab/setUiState in deps to avoid loops
+ // We intentionally do not include setState in deps to avoid loops
328
// eslint-disable-next-line react-hooks/exhaustive-deps
329
}, [a11ySelection]);
330
0 commit comments