reflex
reflex copied to clipboard
`Avatar` shows '\', is there escape character support issue?
Describe the bug
I am trying to create an Avatar with prop name of βη»ε½β, which is a non-English string. Avatar shows \(support issues of utf-8 escape character)?
And is there any way to control the display length on Avatar?
Thanks inadvance.
To Reproduce Steps to reproduce the behavior:
pc.menu_button(
pc.cond(
cond = GlobeState.logged_in,
comp1 = pc.avatar(name=GlobeState.username,size="md"),
comp2 = pc.avatar(size="md", name="η»ε½"),
)
),
Screenshots If applicable, add screenshots to help explain your problem.

** Specifics (please complete the following information):**
- Python Version: 3.10
- Pynecone Version: 0.1.11
- OS: WSL2
- Browser (Optional): EDGE
Ah ok I'll see if chakra supports this we use them for this component. Thanks for pointing this out
I think this should be fixed now. Reopen if not, thanks.