I got the error '..is not a function' when working with react 19
const ChatWidget = r2wc(ChatComponent, { props: { selectedTopic: 'string', streamingApi: 'string', chatApi: 'string', dowloadReferenceApi: 'string', accessToken: 'string', onCustomClick:'function' }, });
=>onCustomClick is not a function