You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove inputValue from dependency array using ref
- Use inputValueRef to capture current input value instead of including it in the dependency array
- This prevents unnecessary re-creation of the handleSuggestionClickInRow callback on every keystroke
- Maintains the same functionality while improving performance
0 commit comments