[UWP] Inconsistent warning about inlines type #2855
Labels
Area-Inconsistency
Bugs around renderer inconsistencies across different platforms
Bug
Platform-XAML
Bugs or features related to Xaml Renderer
Milestone
In UWP, this card is an error:
however, this card is considered fine (note value of
inlines
):Both cards are incorrect, as
inlines
has to be an array type.Note that JS incorrectly allows both of these payloads (and even doesn't require
"inlines"
, although note that JS also doesn't require"text"
on TextBlock, so that's related to a whole separate issue)The text was updated successfully, but these errors were encountered: