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 3db950a commit 07c1838Copy full SHA for 07c1838
README.md
@@ -33,7 +33,7 @@ import { useFetchWithRedux } from 'react-use-fetch-with-redux';
33
import { getThingStart } from './actions/ThingActions'; // getThingStart is an action creator.
34
import { getThingSelector } from './selectors/ThingSelector'; // getThingSelector is a selector.
35
36
-const useThing = () => useFetchWithRedux(getThingsStart, getThingSelector);
+const useThing = () => useFetchWithRedux(getThingStart, getThingSelector);
37
38
export { useThing };
39
```
0 commit comments