Skip to content

Commit d29bc5c

Browse files
committed
Update document for useSWRInfinite option
1 parent 2adcdbe commit d29bc5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ config:
2020
excludeQueries:
2121
- foo*
2222
- bar
23+
# add `useSWRInfinite` wrapper for the queries that are matched by micromatch (case-sensitive)
24+
useSWRInfinite:
25+
- hoge
26+
- bar{1,3}
2327
```
2428
2529
```typescript

0 commit comments

Comments
 (0)