Skip to content

Bugfix/prop types - #63

Open
KingPra wants to merge 18 commits into
charlottedevs:masterfrom
KingPra:bugfix/propTypes
Open

KingPra wants to merge 18 commits into
charlottedevs:masterfrom
KingPra:bugfix/propTypes

Conversation

@KingPra

@KingPra KingPra commented May 19, 2017

Copy link
Copy Markdown
Contributor

No description provided.

@kirillian

Copy link
Copy Markdown

This PR appears to be addressing #23

@KingPra

KingPra commented May 26, 2017

Copy link
Copy Markdown
Contributor Author

updated the "import PropTypes from "prop-types"

@kirillian kirillian left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good other than some extra changes.

axios(requestConfig)
.then(response => dispatch({ type: CREATE_SESSION, payload: response.data.user_info }))
.catch(error => dispatch({ type: NETWORK_ERROR, payload: error }));
.then((response) => {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KingPra These were changes made during debugging that you probably want to drop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants