johniak / react-web-gifted-chat

💬 The most complete chat UI for React
https://github.com/johniak/react-web-gifted-chat
MIT License
106 stars 60 forks source link

NOT RENDERING ANYTHING #38

Open ramizqazi opened 11 months ago

ramizqazi commented 11 months ago

Issue Description

Gifted chat not rendering any thing

Steps to Reproduce / Code Snippets

<GiftedChat Screenshot (53)

      messages={messages}
      onSend={_handleSend}
      user={{
        id: currentUserId,
      }}
    />

Expected Results

empty screen

Additional Information

filipthornton commented 11 months ago

I have the same issue...

elisabeth0bangoura commented 4 months ago

Same