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
We probably want to intelligently use queryKey to determine if the user has changed the parameters of the draft.
In react query the result would change.
useQuery(['todo', 5], ...)
In this library we want the result to change but we also need to determine what to do with any pending unsaved values. Actually unsure of what the current behavior is, but this feels like a common case so I'll try to test it and document it.
The text was updated successfully, but these errors were encountered:
We probably want to intelligently use
queryKey
to determine if the user has changed the parameters of the draft.In react query the result would change.
In this library we want the result to change but we also need to determine what to do with any pending unsaved values. Actually unsure of what the current behavior is, but this feels like a common case so I'll try to test it and document it.
The text was updated successfully, but these errors were encountered: