chatengine-io / react-chat-engine

React component for a cheap and easy chat API
137 stars 35 forks source link

ChatEngineWrapper hanging in loading #167

Open RipaltaOriol opened 1 year ago

RipaltaOriol commented 1 year ago

I'm trying to implement react-support-engine for a support in-app chat use case and I followed the step in this video but the chat is hanging when the <ChatEngineWrapper> is generated. I've noticed this happens mostly in Chrome, haven't seen the issue when testing with Firefox. This is was it looks like when its hanging. Screenshot 2023-06-27 at 16 30 28

Is there any way to fix this? I've tried setting conditional rendering to chat.id and username.email as well as pass in those variables to the useEffect conditional re-rendering but nothing seems to work.

RLiccardo commented 1 year ago

Hi there where you able to fix this?