erayerdin / firereact

React hooks, components and utilities for Firebase
https://firereact.erayerdin.com
MIT License
8 stars 0 forks source link

Infinite Rerenders on Hooks #97

Open erayerdin opened 1 month ago

erayerdin commented 1 month ago

There are some infinite rerenders on some hooks. See #96, #95 and #93.

erayerdin commented 1 month ago

When Firestore queries are used with useMemo in a production code, this issue solves itself, but we gotta find a way to resolve this issue internally in the library.