Skip to content
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

Rich card without tap should not error on render #1576

Closed
compulim opened this issue Jan 11, 2019 · 0 comments
Closed

Rich card without tap should not error on render #1576

compulim opened this issue Jan 11, 2019 · 0 comments
Labels
bug Indicates an unexpected problem or an unintended behavior. front-burner

Comments

@compulim
Copy link
Contributor

compulim commented Jan 11, 2019

Rendering a hero card like the one below, should not cause any errors.

{
  "subtitle":  "What do you think of these?",
  "buttons": [
    {
      "type": "openUrl",
      "title": "Not what I'm looking for",
      "value": "http://contosocafe.com/specials"
    },
    {
      "type": "imback",
      "title": "These look great",
      "value": "these look good"
    }
  ]
}

image

@compulim compulim added the bug Indicates an unexpected problem or an unintended behavior. label Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. front-burner
Projects
None yet
Development

No branches or pull requests

2 participants