labcodes/react-redux-api-tools

Issue introduced on 2.1.22 - Uncaught (in promise) TypeError: Cannot read property 'startsWith' of null

cacoze opened this issue · 1 comments

I'm getting an error Uncaught (in promise) TypeError: Cannot read property 'startsWith' of null when processing a 204 (No content) response, because it seems that we're not supposed to expect any content-type for that status_code.

Screenshots:
image

Thanks for opening the issue @cacoze !
I'll work on it this week, should be fairly straightforward :]