cantierecreativo / redux-bees

A nice, short and declarative way to interact with JSON APIs
592 stars 41 forks source link

[BUG] Request Reducer Can't Handle id=0 #67

Open vladtsf opened 5 years ago

vladtsf commented 5 years ago

Thank you so much for creating this library and all the work you put in it!

I noticed that the action listed below causes redux-bees to think that response is null, which is not correct – it just has id=0. Since, this is a fairly common use-case, I figured I'd send a PR to fix it.

redux-bees-error