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
Why is it called isFetching one time and fetching the other? I'm asking because our project uses derived stores, which propagate the fetching field with a transformed data field. Instead of defining our own Result type, I would rather use an existing one, so I discovered the inconsistency.
It would be nice if these types used the same name for all fields.
Criticality
None
The text was updated successfully, but these errors were encountered:
Describe the feature
I discovered that there are two types that are quite similar:
Result
andQueryResult
.One is defined as:
the other one as
Why is it called
isFetching
one time andfetching
the other? I'm asking because our project uses derived stores, which propagate thefetching
field with a transformeddata
field. Instead of defining our ownResult
type, I would rather use an existing one, so I discovered the inconsistency.It would be nice if these types used the same name for all fields.
Criticality
None
The text was updated successfully, but these errors were encountered: