File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
"react" : " ^16.8.6" ,
10
10
"react-dom" : " ^16.8.6" ,
11
11
"react-netlify-identity" : " ^0.1.9" ,
12
- "react-netlify-identity-widget" : " ^0.2.1 " ,
12
+ "react-netlify-identity-widget" : " ^0.2.2 " ,
13
13
"react-scripts" : " ^3.0.0"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function App() {
7
7
const url = process . env . REACT_APP_NETLIFY_IDENTITY_URL // should look something like "https://foo.netlify.com"
8
8
if ( ! url )
9
9
throw new Error (
10
- 'process.env.REACT_APP_NETLIFY_IDENTITY_URL is blank , which means you probably forgot to set it in your Netlify environment variables' ,
10
+ 'process.env.REACT_APP_NETLIFY_IDENTITY_URL is blank2 , which means you probably forgot to set it in your Netlify environment variables' ,
11
11
)
12
12
return (
13
13
< IdentityContextProvider url = { url } >
Original file line number Diff line number Diff line change @@ -9252,10 +9252,10 @@ react-is@^16.8.1, react-is@^16.8.4:
9252
9252
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
9253
9253
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
9254
9254
9255
- react-netlify-identity-widget@^0.2.1 :
9256
- version "0.2.1 "
9257
- resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.2.1 .tgz#f688a9d7bf4b4d3e8983fad04c0c40d073ba2af3 "
9258
- integrity sha512-GCylnq0qWigh44syA3xvMP+1js13qzIgt0dUgePB2+w9GL1u4fvUHcBfxQuXgRrIVYDDSzw0HhE7uIuSmxuEAg ==
9255
+ react-netlify-identity-widget@^0.2.2 :
9256
+ version "0.2.2 "
9257
+ resolved "https://registry.yarnpkg.com/react-netlify-identity-widget/-/react-netlify-identity-widget-0.2.2 .tgz#015138f91b3eabee57c50707049ec2c5366b4697 "
9258
+ integrity sha512-DxGIbFVqX5ICY3rlxRKJyu7a9iGyYYqH9y/RjrkzisB2yRZeLArzszubWP/HT7E/tKGsx8brM7KthQV94vwSrg ==
9259
9259
9260
9260
react-netlify-identity@^0.1.9 :
9261
9261
version "0.1.9"
Original file line number Diff line number Diff line change 2
2
"name" : " react-netlify-identity-widget" ,
3
3
"version" : " 0.2.2" ,
4
4
"main" : " dist/index.js" ,
5
- "module" : " dist/react-netlify-identity-widget.es.production .js" ,
5
+ "module" : " dist/react-netlify-identity-widget.esm .js" ,
6
6
"typings" : " dist/index.d.ts" ,
7
7
"files" : [
8
8
" dist" ,
34
34
"@reach/dialog" : " ^0.2.3" ,
35
35
"@reach/tabs" : " ^0.1.3" ,
36
36
"@reach/visually-hidden" : " ^0.1.3" ,
37
- "react" : " ^15.0.0 || ^16.0.0" ,
38
- "react-dom" : " ^15.0.0 || ^16.0.0" ,
37
+ "react" : " >=16" ,
39
38
"react-netlify-identity" : " ^0.1.8"
40
39
},
41
40
"config" : {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ type ModalProps = {
21
21
export const IdentityContextProvider = _IdentityContextProvider
22
22
export const useIdentityContext = _useIdentityContext
23
23
export function IdentityModal ( { showDialog, onCloseDialog, ...authprops } : ModalProps ) {
24
+ console . log ( { authprops } )
24
25
return (
25
26
< Dialog
26
27
isOpen = { showDialog }
You can’t perform that action at this time.
0 commit comments