During the framework upgrade and replacing some writables with reactive properties, the updated properties were not bound to.
With the changes to urql, query store data is undefined during fetching, so totals could not be simply computed variables set to the query data count value. They are now variables and only updated when the data is defined.
During the framework upgrade and replacing some
writable
s with reactive properties, the updated properties were not bound to.With the changes to urql, query store data is undefined during fetching, so totals could not be simply computed variables set to the query data count value. They are now variables and only updated when the data is defined.