Skip to content

Commit

Permalink
fix(useCombobox): exhaustive deps for getInputProps (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviuaavram authored Jul 15, 2023
1 parent 1730fbe commit 57f8690
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/hooks/useCombobox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,13 @@ function useCombobox(userProps = {}) {
}
},
[
dispatch,
inputKeyDownHandlers,
latest,
mouseAndTouchTrackersRef,
setGetterPropCallInfo,
latest,
elementIds,
inputKeyDownHandlers,
dispatch,
mouseAndTouchTrackersRef,
environment
],
)

Expand Down

0 comments on commit 57f8690

Please # to comment.