-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: add test for #1586 Author: YixuanXu <[email protected]> Date: Tue Nov 16 19:57:15 2021 +0800 * fix: allow user to use generics Author: YixuanXu <[email protected]> Date: Tue Nov 16 19:58:38 2021 +0800 * chore: remove comments * fix: allow fallback to origin fetcher * chore: remove comment * chore: rename to barefetcher * add test Co-authored-by: Shu Ding <[email protected]>
- Loading branch information
Showing
4 changed files
with
194 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ export { | |
SWRResponse, | ||
Cache, | ||
SWRHook, | ||
BareFetcher, | ||
Fetcher, | ||
MutatorCallback, | ||
Middleware, | ||
|
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