Skip to content

Commit

Permalink
Fix hook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Jan 12, 2024
1 parent 4173cd0 commit da54b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ function ComposerWithSuggestions({
}
}
},
[isKeyboardShown, isSmallScreenWidth, parentReportActions, report, reportActions, reportID, handleSendMessage, suggestionsRef, valueRef],
[isKeyboardShown, isSmallScreenWidth, parentReportAction, report, reportActions, reportID, handleSendMessage, suggestionsRef, valueRef],
);

const onChangeText = useCallback(
Expand Down

0 comments on commit da54b6c

Please sign in to comment.