react-chat-elements
react-chat-elements copied to clipboard
Not able to render custom component in message box
<MessageBox styles={{ border: 'solid' }} classNam="message" type={'text'} renderAddCmp={() => { return (<div className='message-c'>) }} /> and/or
<MessageBox styles={{ border: 'solid' }} classNam="message" type={'te'} renderAddCmp={<CustomMessage />} />
Fixed in 12.0.8
This issue still exist. The text out of the message box is the returned content from renderAddCmp.
