Skip to content

Instantly share code, notes, and snippets.

@jamesattard
Created March 18, 2018 19:05
Show Gist options
  • Save jamesattard/8ba8de793542b5a73d43a2334ebf7886 to your computer and use it in GitHub Desktop.
Save jamesattard/8ba8de793542b5a73d43a2334ebf7886 to your computer and use it in GitHub Desktop.
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