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
main (RC of 4.14.0)
main
4.14.0
The typing for usePerformCardAction() is wrong. It should be:
usePerformCardAction()
usePerformCardAction(): (cardAction: DirectLineCardAction) => void
Instead of
usePerformCardAction(): ({ cardAction: ...; getSignInUrl: ...; target: any; }) => void
Two ways to repro:
AdaptiveCardRenderer.tsx
usePerformCardAction
It should pass type checking.
[Bug]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Screenshots
Version
main
(RC of4.14.0
)Describe the bug
The typing for
usePerformCardAction()
is wrong. It should be:Instead of
Steps to reproduce
Two ways to repro:
AdaptiveCardRenderer.tsx
usePerformCardAction
hook in any TypeScript projectsExpected behavior
It should pass type checking.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: