You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this package is not maintained for a lon time.
I created a new package instead: https://github.com/vpishuk/react-query-firebase.
It is missing documentation for now, but you can reach out to me and I would be happy to help you to start using it.
When using useEffect and useDocument infinite loops.
This is a custom hook I have to have up to date use data.
If I create a separate state and use useEffect to update that state when userData changes it causes an infinite loop. Here's an example.
Am I doing something wrong? Is there a way to fix this?
The text was updated successfully, but these errors were encountered: