-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot add an ActionSet to a Column #35
Comments
Hey @filipvh, thanks for opening this issue. Can you please provide the code which leads to an error? Thanks! EDIT: By ".. I cannot add" you mean, that technically it is possible and the code runs through successfully but the type hint system is yelling at you, right? I just figured, |
Sorry, good point, it's a type hint issue. example
Expected type 'list[Image | TextBlock | Media | CaptionSource | RichTextBlock] | None', got 'list[ActionSet]' instead The code runs fine. kr |
Yes, I fully agree. Should be adapted and will be fixed in the PR I mentioned in my last comment. Hopefully, all other parts are working fine for you. Let me know, if you face other issues. |
It seems I cannot add an ActionSet to a Column,
whil this seems to work in other software and is included in examples on adaptivecards.io
example: https://adaptivecards.io/samples/ExpenseReport.html
kr
The text was updated successfully, but these errors were encountered: