Version
master
Describe the bug
Prop types on AdaptiveCardRenderer.js is wrong for tapAction, it should be:
tapAction: PropTypes.shape({
type: PropTypes.string.isRequired,
value: PropTypes.string
})
To Reproduce
Steps to reproduce the behavior:
- Go to playground
- Type
receiptcard
- Open F12 developer tool
Expected behavior
Expect no warnings.
Additional context
[Bug]
Version
masterDescribe the bug
Prop types on
AdaptiveCardRenderer.jsis wrong fortapAction, it should be:To Reproduce
Steps to reproduce the behavior:
receiptcardExpected behavior
Expect no warnings.
Additional context
[Bug]