in packages/react-core/src/demos/SearchInput/SearchInput.md there are 2 leftovers onChange that didnt get a prop order reorder after #8516:
in the Search with autocomplete and Composable advanced search sections
const onChange = (value) => { , const onChange = (newValue) => {