We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ccb9b + 9322c44 commit fff8e7aCopy full SHA for fff8e7a
README.md
@@ -27,7 +27,7 @@ import "react-netlify-identity-widget/styles.css"
27
function App() {
28
const url = process.env.REACT_APP_NETLIFY_URL // supply the url of your Netlify site instance. VERY IMPORTANT
29
return (
30
- <IdentityContextProvider value={url}>
+ <IdentityContextProvider url={url}>
31
<AuthStatusView />
32
</IdentityContextProvider>
33
)
0 commit comments