Skip to content

Commit 8c06d46

Browse files
committed
reintroduce eslint-disable comment (was accidentally removed)
1 parent bef19b7 commit 8c06d46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hooks/useMultipleSelection/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function useMultipleSelection(userProps = {}) {
7777
} else {
7878
selectedItemRefs.current.get(activeIndex)?.focus()
7979
}
80+
// eslint-disable-next-line react-hooks/exhaustive-deps
8081
}, [activeIndex])
8182
useControlPropsValidator({
8283
props,

0 commit comments

Comments
 (0)