Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bfirsh opened this issue Jun 2, 2018 · 0 comments

Comments

@bfirsh
Copy link
Contributor

bfirsh commented Jun 2, 2018

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

cdock1029 added a commit to cdock1029/react-firestore that referenced this issue Jun 4, 2018
bfirsh pushed a commit to bfirsh/react-firestore that referenced this issue Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant