This commit is contained in:
Truong Hoang Dung 2019-03-31 09:27:52 +07:00 committed by GitHub
parent e0916ed7d1
commit 03e16962e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const fn = () => new Promise((resolve, reject) => {
});
const Demo = () => {
const state = useAsync(fn);
const state = useAsyncRetry(fn);
return (
<div>