Skip to content

Commit 9352989

Browse files
author
Alex Cory
committed
Merge branch 'master' of github.com:alex-cory/react-usefetch
2 parents c0ed98a + 5b4a503 commit 9352989

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,8 @@ If you have feature requests, [submit an issue][1] to let us know what you would
929929
930930
Todos
931931
------
932-
932+
- [ ] [OSS analytics](https://www.npmjs.com/package/@scarf/scarf)
933+
- [ ] [contributors](https://github.com/all-contributors/all-contributors)
933934
- [ ] prefetching
934935
- [ ] global cache state management
935936
- [ ] optimistic updates

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ function App() {
427427
return (
428428
<Provider url='http://example.com' options={options}>
429429
<SomeComponent />
430-
<Provider/>
430+
</Provider>
431431
)
432432
}
433433

@@ -712,7 +712,7 @@ function App() {
712712
<Provider url='http://example.com' options={options}>
713713
<QueryComponent />
714714
<MutationComponent />
715-
<Provider/>
715+
</Provider>
716716
)
717717
}
718718
```

0 commit comments

Comments
 (0)