Skip to content
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

Icon disappears in "Step" when using german letters (ä, ö, ü) #1777

Open
Th3R3alDuk3 opened this issue Jan 22, 2025 · 1 comment
Open
Labels
bug Something isn't working frontend Pertains to the frontend. needs-triage

Comments

@Th3R3alDuk3
Copy link

Description
When umlauts (ä, ö, ü) are included (e.g., in the step name), the associated icon/avatar fails to display, even though the umlauts themselves appear correctly in text fields.

Steps to Reproduce

import chainlit
import asyncio

async with chainlit.Step(name="Überprüfung") as step:
    await sleep(3)

Actual Behavior
The text (including umlauts) displays correctly, but the icon is missing or fails to render.

Environment
Operating System: (e.g., Ubuntu 24.04)
Browser/Version: (e.g., Chrome version 131.0.6778.204 (64-Bit))
Framework / Version: -

@dosubot dosubot bot added bug Something isn't working frontend Pertains to the frontend. labels Jan 22, 2025
@dokterbob
Copy link
Collaborator

Probably related to #1420.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Pertains to the frontend. needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants