docs: useAsyncFn typo fix

This commit is contained in:
Ward Oosterlijnck 2019-04-09 13:28:05 +10:00
parent 914fccfffc
commit 5bd194f23a

View File

@ -13,7 +13,7 @@ const Demo = (url) => {
const response = await fetch(url);
const result = await response.text();
return result
}), [url];
}, [url]);
return (
<div>