Missing `fetchingAvatar` Declaration in readme example
Closed this issue · 1 comments
VinSpee commented
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?
conorhastings commented
yup miss on my part, should be fixed