This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Update React 16.12 & utilize hooks#144
Open
bahtou wants to merge 3 commits intogothinkster:masterfrom
Open
Conversation
* transform all class components to function components * transform lifecycle methods to hooks * destructure props for all components * add `defaultState` to reducers * create new component `UserInfo` * miscellaneous: newlines, spaces, consistent return
|
Hi @bahtou It looks like there is an error when i sign in: and in the console: Do you have any solution for this error? I am using django backend |
|
@ezorfa Are you sure you:
Doing these 3 things should fix your issue :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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