Skip to content

Instantly share code, notes, and snippets.

@rschwabco
Created December 16, 2021 21:03
Show Gist options
  • Save rschwabco/0a9b82e3e9e5d25cf523e8d5f53d8dc6 to your computer and use it in GitHub Desktop.
Save rschwabco/0a9b82e3e9e5d25cf523e8d5f53d8dc6 to your computer and use it in GitHub Desktop.
React app root with Auth provider
ReactDOM.render(
<React.StrictMode>
<AuthProvider {...configuration}>
<App />
</AuthProvider>
</React.StrictMode>,
document.getElementById("root")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment