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
I have found a problem with the current implementation of useFindClient.
A fetchData is run synchronously at first render, then useEffect run cursor.observe({ which watch for changes on cursor.
On my component there is a concurrency issue with changes happening between the first render and the useEffect (so between the first fetchData and the observer creation)