react-redux-realworld-example-app
react-redux-realworld-example-app copied to clipboard
"Unhandled rejection" on "hearting" an article when not logged in
Steps to reproduce on current master (https://github.com/gothinkster/react-redux-realworld-example-app/commit/9186292054dc37567e707602a15a0884d6bdae35):
Clone, npm install and start, then click the heart button:
The action is getting dispatched again even after response is 401. Seems like a logged in check needs to be added.
@atroche Have you managed to solve this problem?