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 = () => {
5959 url = { 'https://github.com/bunlong/next-share' }
6060 quote = { 'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.' }
6161 hashtag = { '#NextShare' }
62- // blankTarget={true}
62+ blankTarget = { true }
6363 >
6464 < div style = { { marginRight : 10 , width : 32 , height : 32 } } >
6565 < FacebookIcon size = { 32 } round />
Original file line number Diff line number Diff line change 66 "@testing-library/jest-dom" : " ^5.16.4" ,
77 "@testing-library/react" : " ^13.3.0" ,
88 "@testing-library/user-event" : " ^13.5.0" ,
9- "next-share" : " ^0.18.4 " ,
9+ "next-share" : " ^0.19.0 " ,
1010 "react" : " ^18.1.0" ,
1111 "react-dom" : " ^18.1.0" ,
1212 "react-scripts" : " 5.0.1" ,
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function App() {
4949 url = { 'https://github.com/bunlong/next-share' }
5050 quote = { 'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.' }
5151 hashtag = { '#NextShare' }
52+ blankTarget = { true }
5253 >
5354 < div style = { { marginRight : 10 , width : 32 , height : 32 } } >
5455 < FacebookIcon size = { 32 } round />
You can’t perform that action at this time.
0 commit comments