Hypercontext / linkifyjs

JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
https://linkify.js.org
MIT License
1.83k stars 182 forks source link

Mention plugin adds nonsensical attribute `mention="[Object object]"` to each link #471

Closed apatrida closed 8 months ago

apatrida commented 8 months ago

When using mention plugin, and it converts a mention to a link it adds an attribute mention="[Object object]" to each link, which has no value and seems like some other intended functionality isn't working.

Version: 4.1.3

apatrida commented 8 months ago

user error. ignore