Skip to content

Commit 57f8690

Browse files
authored
fix(useCombobox): exhaustive deps for getInputProps (#1518)
1 parent 1730fbe commit 57f8690

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/hooks/useCombobox/index.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,13 @@ function useCombobox(userProps = {}) {
500500
}
501501
},
502502
[
503-
dispatch,
504-
inputKeyDownHandlers,
505-
latest,
506-
mouseAndTouchTrackersRef,
507503
setGetterPropCallInfo,
504+
latest,
508505
elementIds,
506+
inputKeyDownHandlers,
507+
dispatch,
508+
mouseAndTouchTrackersRef,
509+
environment
509510
],
510511
)
511512

0 commit comments

Comments
 (0)