gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.55k stars 2.5k forks source link

"Unhandled rejection" on "hearting" an article when not logged in #136

Open atroche opened 5 years ago

atroche commented 5 years ago

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:

image

image

dsaw commented 4 years ago
136-dispatch

The action is getting dispatched again even after response is 401. Seems like a logged in check needs to be added.

ezorfa commented 3 years ago

@atroche Have you managed to solve this problem?