Created
March 18, 2018 19:05
-
-
Save jamesattard/8ba8de793542b5a73d43a2334ebf7886 to your computer and use it in GitHub Desktop.
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
export const handleProviderToken = token => async (dispatch, getState) => { | |
const testState = getState() | |
console.log(testState.auth); | |
dispatch({ type: TEST }); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment