We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React Native
Other
1.4
A console.log on "adaptivecards-reactnative/src/components/elements/image.js" at line 277 to receive "altText" is always shown in the logs.
Remove the console.log to prevent unnecessary logs and performance issues.
a log on the terminal shown as "undefined" since "altText" is not provided on the payload for an Image component
{ "id": "my-id", "communicationMode": "mobile", "body": [ { "$data": "${data}", "columns": [ { "items": [ { "size": "auto", "style": "person", "type": "Image", "url": "${data.profilePicture}" } ], "type": "Column", "width": "50px" } ], "separator": "false", "type": "ColumnSet" } ], "schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "width": "mobile" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Target Application
React Native
Application Operating System
Other
Schema Version
1.4
Problem Description
A console.log on "adaptivecards-reactnative/src/components/elements/image.js" at line 277 to receive "altText" is always shown in the logs.
Expected Outcome
Remove the console.log to prevent unnecessary logs and performance issues.
Actual Outcome
a log on the terminal shown as "undefined" since "altText" is not provided on the payload for an Image component
Card JSON
Repro Steps
The text was updated successfully, but these errors were encountered: