gpt4 book ai didi

javascript - react native : Cannot add a child that doesn't have a YogaNode or parent without a measure function

转载 作者:行者123 更新时间:2023-11-30 11:17:36 27 4
gpt4 key购买 nike

我检查了我所有的代码是否有任何语法错误,但我找不到任何东西。我尝试了我在网上找到的所有内容以及此处提出的类似问题,但没有任何效果,这就是我发布新问题的原因。

这正是我遇到的错误:

无法将没有 YogaNode 的 child 添加到没有测量功能的 parent ! (尝试将“RCTRawText [文本:0]”添加到“RCTView”)

我在某处读到 [text: someything] 可以用作找出问题所在的提示。

最佳答案

将文本元素放在同一倾斜行上也可能会触发此类错误,例如

<View><Text>My Text</Text></View><View><Text>Another Text</Text></View>

代替

<View>
<Text>My Text</Text>
</View>
<View>
<Text>Another Text</Text>
</View>

如果把代码也放在这里会被打烂

关于javascript - react native : Cannot add a child that doesn't have a YogaNode or parent without a measure function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50989916/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com