renderSystemMessage is not being called as a prop inside <GiftedChat renderSystemMessage{...} />
<GiftedChat renderSystemMessage{this.renderSystemMessage} /> should call renderSystemMessage(props) and render a custom system message, but it doesn't.
Custom function to be called similar like renderSend, renderBubble, etc.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same with me.
1+
I faced the same problem add propertysystem: true to your system message
Most helpful comment
Same with me.