Detaysoft / react-chat-elements

Reactjs chat elements chat UI, react chat components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to render custom component in message box

zaahmed-nisum-com opened this issue · comments

<MessageBox
styles={{ border: 'solid' }}
classNam="message"
type={'text'}
renderAddCmp={() => {
return (

)
}}
/>
and/or

<MessageBox
styles={{ border: 'solid' }}
classNam="message"
type={'te'}
renderAddCmp={}
/>

Fixed in 12.0.8

This issue still exist. The text out of the message box is the returned content from renderAddCmp.
image