isPending not running on query
My app has a view component that is shared across several routes. I'm fetching some data using
convex-vue like this:But when I navigate from view to view and
args are changed, I've noticed that isPending only runs when the component is first mounted. It doesn't run when I change the view, even though data is updated. Should isPending run every time the data is fetched?Thanks in advance!
