allynz

Results 1 comments of allynz

I think it's because of the `useEffect` dependency used in the code: **[link](https://github.com/CSFrequency/react-firebase-hooks/blob/09bf06b28c82b4c3c1beabb1b32a8007232ed045/firestore/useDocument.ts#L56)**, which checks if the query has changed or not inside `useDocument(query)` before calling `onSnapshot` (I may be...