burnstony#1975B
Convex Community2y ago
4 replies
burnstony#1975

query inside a useEffect

I have a query that is dependent on an id. A useEffect. The useEffect runs when the id changes. However it completes before the query completes. How can I wait for the query to update once. I don’t want to run it everytime the query updates
Was this page helpful?