Bunlong / next-share

Social media share buttons and share counts for your next React apps.
https://next-share.js.org
MIT License
242 stars 34 forks source link

Get typescript warning when using Icon inside ShareButton. #69

Closed muuuuminn closed 1 year ago

muuuuminn commented 1 year ago

Issue

Get typescript warning when using Icon inside ShareButton.

スクリーンショット 2022-10-02 13 09 04

workaruond

<ShareButton
  children={<Icon />}
/>
muuuuminn commented 1 year ago

Sorry, I can resolve this issue by reloading VSCode.