react-redux-realworld-example-app icon indicating copy to clipboard operation
react-redux-realworld-example-app copied to clipboard

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

Open atroche opened this issue 5 years ago • 2 comments

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

atroche avatar Apr 14 '19 01:04 atroche

136-dispatch

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

dsaw avatar Sep 28 '19 19:09 dsaw

@atroche Have you managed to solve this problem?

ezorfa avatar Aug 28 '20 07:08 ezorfa