We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee2d4 commit 103e6d5Copy full SHA for 103e6d5
src/useDataApiHook-example/index.js
@@ -68,7 +68,7 @@ const useDataApi = (initialUrl, initialData) => {
68
69
function App() {
70
const [query, setQuery] = useState('redux');
71
- const [{data, isLoading, isError}, doFetch] = useDataApi(
+ const [{ data, isLoading, isError }, doFetch] = useDataApi(
72
'http://hn.algolia.com/api/v1/search?query=redux',
73
{ hits: [] },
74
);
0 commit comments