[Typescript] Combobox: Fix onSelectionChange type declaration (#5852)
onSelectionChange can be invoked with a null key if the user
clears the input.
packages/@react-stately/combobox/src/useComboBoxState.ts line 225-229
Co-authored-by: Reid Barber <reid@reidbarber.com>