Open NickGerleman opened 4 years ago
https://github.com/microsoft/react-native-windows/pull/4921 tried to fix some cases of this? In https://github.com/microsoft/react-native-windows/pull/6318 I changed the Text VIewManager to Yellowbox in the case of non-Text children instead of crashing, but it feels like we have other issues for this.
Related #4927 (error messages aren't great). But then there's the issue of actually supporting, which is hard in XAML. Treating this is a more long term ask and in the shorter time we'll give better feedback.
We try to QI the child to xaml::Documents::Inline and fail
Can be reproed by clicking on the bookmarks button in the redesigned RNTester when none are present, when trying to render this component.