From fcd10917d3c67cca60b702d53e8ad5105b5b29f1 Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Sun, 11 Nov 2018 17:09:57 -0500 Subject: [PATCH] Thanks ying --- src/providers/Auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/Auth.js b/src/providers/Auth.js index 33f45ba..7ea8fb8 100644 --- a/src/providers/Auth.js +++ b/src/providers/Auth.js @@ -2,7 +2,7 @@ import React from 'react'; import { withCookiesProvider } from './Cookies'; import { OAUTH_TOKEN_COOKIE } from '../constants/cookies'; -const {Provider, Consumer} = React.createContext('foo'); +const {Provider, Consumer} = React.createContext(); class AuthProvider extends React.Component { state = {