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
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Hi, thanks for the hard work guys. I have a problem with watches queries and 'updateQueries' and 'reducer' behaviour. It seems that these only work with currently watched queries (which I see in dev tools). The moment I leave page and new queries are executed the watched queries and reducer behaviour is not performed. An example:
I start in page A where I view results of myList query
I change to page B, where I view results of myOther query
On page B I delete an item that belonged to myList and updateQueries and reducer is ignored for myList
Going back to page A, the deleted item is still there cached
The real world scenario which I have is following.
On page A I view a Schedule and a list of scheduled items. I get the list of scheduled items with query items.
On page B I can update or delete a scheduled item query item.
When I delete this item, the items query is not updated through updateQueries as currently the only watched query is item.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the hard work guys. I have a problem with watches queries and 'updateQueries' and 'reducer' behaviour. It seems that these only work with currently watched queries (which I see in dev tools). The moment I leave page and new queries are executed the watched queries and reducer behaviour is not performed. An example:
myList
querymyOther
querymyList
and updateQueries andreducer
is ignored formyList
The real world scenario which I have is following.
query items
.query item
.items
query is not updated through updateQueries as currently the only watched query isitem
.The text was updated successfully, but these errors were encountered: