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
[Account Sidebar: No window titlebar on MacOS
#3670](https://github.com/deltachat/deltachat-desktop/pull/3670#issuecomment-1935739509)
currently #3670 in the label is parsed as a clickable hashtag. I think it makes sense to limit the allowed elements inside of the label to pure text formatting (+ linebreaks and later emojis for #58).
A clickable hashtag inside of the link label is unexpected for users and in desktop it triggers a react warning/error: Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
document the restriction inside of spec.md
add unit tests for it
implement the change
The text was updated successfully, but these errors were encountered:
Example:
currently
#3670
in the label is parsed as a clickable hashtag. I think it makes sense to limit the allowed elements inside of the label to pure text formatting (+ linebreaks and later emojis for #58).A clickable hashtag inside of the link label is unexpected for users and in desktop it triggers a react warning/error:
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
The text was updated successfully, but these errors were encountered: