向 `React.Fragment` 提供的属性 `%s` 无效。React.Fragment 只能具有 `key` 和 `children` 属性。 style
作者: tqdung创建于 2026年1月23日更新于 2026年5月15日
标签bugneeds triage
Current behavior:
When using React.Fragment(<>...) as a direct child of an Emotion-styled TouchableHighlight component in React Native, React throws the following error:
内容来源: emotion-js/emotion