Platform
What platform is your issue or question related to? (Delete other platforms).
Details
When setting show card mode to "actionMode": "popup", rather than inline, the renderer crashes when clicking on a show card button.
Host Config Json snippit:
"actions": {
"maxActions": 5,
"spacing": "default",
"buttonSpacing": 10,
"showCard": {
"actionMode": "popup",
"inlineTopMargin": 16
},
"actionsOrientation": "horizontal",
"actionAlignment": "stretch"
},