-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replaceMentionValues not working with multi mentions inside string #95
Comments
I can reproduce this issue. The issue appears only in 3.0.0-alpha.2. It works in 3.0.0-alpha.1. |
thanks, @dabakovich plz update the problem |
waiting. for @dabakovich confirm |
The cause of this issue is located in |
It seems to be fixed in the newest version of the 3.0 branch. The function is renamed to |
for example i have below string:
@[demo5](d3f0c3cd-f363-4303-8761-8e190f054be3) @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43) test
then
result:
@demo5 @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43) test
The text was updated successfully, but these errors were encountered: