-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Allow `use_mutation` to have `refetch=None`, as the docs suggest is possible. - `use_origin` hook to return the browser's `location.origin` - Fix flaky `test_use_query_and_mutation` test (Key presses require at least 100ms between `keyup`/`keydown` on GH actions) - Logging for `use_mutation`/`use_query` errors (currently silent, which is very hard to debug) - Document `use_mutation`'s `reset()` - Document `use_query` requires a `Model` or `QuerySet` return (due to enforcing no lazy queries) - Document interface on all APIs - Documentation misc cleanup and styling
- Loading branch information
1 parent
78823ee
commit 276f962
Showing
23 changed files
with
680 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.