react-async-hook library provides useAsyncCallback that does the same thing as useMutation

This commit is contained in:
Athou
2022-08-13 18:38:11 +02:00
parent 6c6cc8d85b
commit 906acb217a
15 changed files with 122 additions and 152 deletions

View File

@@ -35,7 +35,7 @@
"react-hooks/exhaustive-deps": [
"warn",
{
"additionalHooks": "useAsync"
"additionalHooks": "(^useAsync$)"
}
],
@@ -67,8 +67,9 @@
"useState",
"useAppSelector",
"useAppDispatch",
"useAsync",
"useForm",
"useMutation",
"useAsyncCallback",
"useCallback",
"useEffect"
]