Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure the library can handle modifying the parameters of the draft #7

Open
lukesmurray opened this issue Dec 22, 2021 · 0 comments

Comments

@lukesmurray
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant