We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb4acb commit 2228a53Copy full SHA for 2228a53
README.md
@@ -156,7 +156,7 @@ const options = useMemo(() => ({
156
doRequest().then((r) => do something after success).catch((e) => do something when error)
157
```
158
159
-`doRequest`、`reset`、`abort` These functions identity are stable and won’t change on re-renders.
+`doRequest`、`reset`、`abort`、`updateData` These functions identity are stable and won’t change on re-renders.
160
So you can safe to include or omit from the useEffect dependency list
161
```js
162
useEffect(() => {
0 commit comments