conorhastings/use-reducer-with-side-effects

Missing `fetchingAvatar` Declaration in readme example

Closed this issue · 1 comments

Hi!

Cool library. I think the readme is missing a declaration which confused me.

const [{ avatar }, dispatch] = useReducerWithSideEffects(...

Should probably be

const [{ avatar, fetchingAvatar }, dispatch] = useReducerWithSideEffects(...

Right? Am I understanding correctly?

yup miss on my part, should be fixed