react-web-gifted-chat
react-web-gifted-chat copied to clipboard
NOT RENDERING ANYTHING
Issue Description
Gifted chat not rendering any thing
Steps to Reproduce / Code Snippets
<GiftedChat
messages={messages}
onSend={_handleSend}
user={{
id: currentUserId,
}}
/>
Expected Results
empty screen
Additional Information
- Nodejs version: 16
- React version: 18
- react-web-gifted-chat version: 0.6.7
- Browser(s) (Chrome, etc.): firefox
I have the same issue...
Same