You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#33 fixed an issue with missed urls using '@' but it seems to have affected other content. For example, linkify will pick up "@some.username" as a link.
It only seems to be the case in linkify-react. The linkify-html passed the test case I entered.
I wasn't able to easily see the differences in the way each processes their input, so sorry this isn't a pull request.
Thanks
The text was updated successfully, but these errors were encountered:
#33 fixed an issue with missed urls using '@' but it seems to have affected other content. For example, linkify will pick up "@some.username" as a link.
It only seems to be the case in linkify-react. The linkify-html passed the test case I entered.
I wasn't able to easily see the differences in the way each processes their input, so sorry this isn't a pull request.
Thanks
The text was updated successfully, but these errors were encountered: