File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const Home: NextPage = () => {
59
59
url = { 'https://github.com/bunlong/next-share' }
60
60
quote = { 'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.' }
61
61
hashtag = { '#NextShare' }
62
- // blankTarget={true}
62
+ blankTarget = { true }
63
63
>
64
64
< div style = { { marginRight : 10 , width : 32 , height : 32 } } >
65
65
< FacebookIcon size = { 32 } round />
Original file line number Diff line number Diff line change 6
6
"@testing-library/jest-dom" : " ^5.16.4" ,
7
7
"@testing-library/react" : " ^13.3.0" ,
8
8
"@testing-library/user-event" : " ^13.5.0" ,
9
- "next-share" : " ^0.18.4 " ,
9
+ "next-share" : " ^0.19.0 " ,
10
10
"react" : " ^18.1.0" ,
11
11
"react-dom" : " ^18.1.0" ,
12
12
"react-scripts" : " 5.0.1" ,
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function App() {
49
49
url = { 'https://github.com/bunlong/next-share' }
50
50
quote = { 'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.' }
51
51
hashtag = { '#NextShare' }
52
+ blankTarget = { true }
52
53
>
53
54
< div style = { { marginRight : 10 , width : 32 , height : 32 } } >
54
55
< FacebookIcon size = { 32 } round />
You can’t perform that action at this time.
0 commit comments