chatengine-io / react-chat-engine

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

Get Chat Error ReferenceError: _ is not defined #104

Closed Grace-ZhuZhu closed 2 years ago

Grace-ZhuZhu commented 2 years ago

Hi I get the following error:

Get Chat Error ReferenceError: _ is not defined at onGetChat (ChatSocket.js:71) at ChatSocket.js:91 at getChat.js:12

The reason is straightforward, import _ from 'lodash' is missing in ChatSocket.js Could you please fix this one liner issue, thank you very much!

alamorre commented 2 years ago

Good catch! Resolved in 1.11.21 👍