Skip to content

Instantly share code, notes, and snippets.

@chenkie
Last active May 27, 2020 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chenkie/11ed293c87c64b2afe6eda0c27f6146a to your computer and use it in GitHub Desktop.
Save chenkie/11ed293c87c64b2afe6eda0c27f6146a to your computer and use it in GitHub Desktop.
...
return (
<Provider
value={{
authState,
setAuthState: authInfo => setAuthInfo(authInfo)
}}
>
{children}
</Provider>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment