mirror of
https://github.com/streamich/react-use.git
synced 2025-12-08 18:02:14 +00:00
Fix typo
This commit is contained in:
parent
e0916ed7d1
commit
03e16962e7
@ -20,7 +20,7 @@ const fn = () => new Promise((resolve, reject) => {
|
||||
});
|
||||
|
||||
const Demo = () => {
|
||||
const state = useAsync(fn);
|
||||
const state = useAsyncRetry(fn);
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user