Convex Query is called multiple times even in production build
The first time the identity which is called via
is null but the other time it has the right identity
3 Replies
You don't have the component that has the
useQuery
hook call wrapped in Authenticated
Ok, I understand why there is a identity === undefined but why does the query get called multiple times?
Is it that the query gets recalled when the authetication state changes?
Correct.