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

Update React 16.12 & utilize hooks

Open bahtou opened this issue 5 years ago • 2 comments

covers PR 140 covers PR 142 covers PR 95 covers PR 68

will use this as a basis to update the rest of the package versions (react-router, redux etc). will also update redux to use hooks

bahtou avatar Nov 21 '19 17:11 bahtou

Hi @bahtou It looks like there is an error when i sign in:

Screenshot 2020-08-28 at 09 41 24

and in the console:

Screenshot 2020-08-28 at 09 42 03

Do you have any solution for this error? I am using django backend

ezorfa avatar Aug 28 '20 07:08 ezorfa

@ezorfa Are you sure you:

  1. checked out branch ver-class-updates of Bahtou's fork?
  2. removed node_modules/ and package-lock.json and ran npm install again for a clean install of dependencies
  3. cleared you browser's localStorage (where it saves a jwt token)

Doing these 3 things should fix your issue :)

djimmo avatar Oct 20 '20 21:10 djimmo