microsoft / react-native-adaptivecards

React Native renderer for AdaptiveCards
https://microsoft.github.io/react-native-adaptivecards/
80 stars 21 forks source link

Handling boundary conditions #23

Closed CSLMeyers closed 5 years ago

CSLMeyers commented 5 years ago

when text is '', renderNode's parameter may be undefined, it's because method parse returned nothing when text's length is 0, here to fix it.