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 bef19b7 commit 8c06d46Copy full SHA for 8c06d46
1 file changed
src/hooks/useMultipleSelection/index.js
@@ -77,6 +77,7 @@ function useMultipleSelection(userProps = {}) {
77
} else {
78
selectedItemRefs.current.get(activeIndex)?.focus()
79
}
80
+ // eslint-disable-next-line react-hooks/exhaustive-deps
81
}, [activeIndex])
82
useControlPropsValidator({
83
props,
0 commit comments