Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: track data property if
promise
is tracked
if users use the `promise` returned from useQuery, they are actually interested in the `data` it unwraps to. Since the promise doesn't change when data resolves, we would likely miss a re-render
- Loading branch information