Skip to content

Commit 249dff9

Browse files
committed
docs: rename isValidating to isFetching in React hook for clarity in README
1 parent fdcca16 commit 249dff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ The `useFetcher(url, config)` hook returns an object with the following properti
22202220
Error object if the request failed, otherwise `null`.
22212221
- **`isLoading: boolean`**
22222222
`true` while data is being loaded for the first time or during a fetch.
2223-
- **`isValidating: boolean`**
2223+
- **`isFetching: boolean`**
22242224
`true` when currently fetching (fetch is in progress).
22252225
- **`config: RequestConfig`**
22262226
The configuration object used for the request.

0 commit comments

Comments
 (0)