react-firestore icon indicating copy to clipboard operation
react-firestore copied to clipboard

When using a reference in a filter, FirestoreCollection reloads on every render

Open bfirsh opened this issue 6 years ago • 0 comments

E.g. when doing filter={["thing", "==", db.doc("things/" + thing)]}. I think this is because deepEqual thinks they’re always different, but I haven’t investigated in detail.

See also #19

bfirsh avatar Jun 02 '18 05:06 bfirsh