chatengine-io / react-chat-engine

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

ProjectID Undefined #172

Open AnkanHazra17 opened 11 months ago

AnkanHazra17 commented 11 months ago

I have provided the projectID, userName, userSecret to the ChatEngine component but it showing projectID is not defined This is the code: <ChatEngine projectID="aefacfc0-ee8d-467b-820a-a88e80574fc7" userName={user.email} userSecret={user.uid}>