We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417b18 commit 3182928Copy full SHA for 3182928
packages/use-dataloader/README.md
@@ -241,3 +241,5 @@ const useDataLoader = (
241
| data | return the `initialData` if no data is fetched or not present in the cache otherwise return the data fetched |
242
| error | return the error occured during the request |
243
| reload | allow you to reload the data (it doesn't clear the actual data) |
244
+
245
0 commit comments