react-firebase-chat
react-firebase-chat copied to clipboard
FirebaseError
trafficstars
Getting this error : Uncaught FirebaseError: Type does not match the expected instance. Did you pass a reference from a different Firestore SDK? The above error occurred in the ChatRoom component
But if I remove this line
const [messages] = useCollectionData(q);
everything works fine
Any help would be appreciated