couetilc / react-social-icons

svg social icons in react

Home Page:https://react-social-icons.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram regex matches more than just 't.me'

tmelliott opened this issue · comments

The dot is matching "anything", rather than "a dot".

<SocialIcon url="https://time.com" />

addressed in v6.3.0, thank you for raising the issue.