-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Markdown text is not rendered in ReactWebChat #3633
Copy link
Copy link
Closed
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.
Metadata
Metadata
Assignees
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Screenshots
Version
Client
"botframework-directlinespeech:version" content="4.11.0"
"botframework-webchat:bundle:variant" content="full"
"botframework-webchat:bundle:version" content="4.11.0"
"botframework-webchat:core:version" content="4.11.0"
"botframework-webchat:ui:version" content="4.11.0"
Bot
"botbuilder": "~4.10.3"
"botbuilder-ai": "^4.10.3"
Describe the bug
I tried to add a Markdown formatted string into my Bot solution. From Bot I send simple text "See you later!" using
await context.sendActivity(See you later!)Emulator works fine and formatted text is rendered correctly.
But my ReactWebChat client doesn't work. No formatted text is displayed. You can see received message text in console (screenshot).
No additional code related to markdown formatting is used currently (no 'textFormat' at the Bot's side, no Markdown renderer at WebChat side)
Steps to reproduce
Expected behavior
Additional context
[Bug]