gpt4 book ai didi

ios - 警告 : Failed child context type: Invalid child context 'virtualizedCell.cellKey' of type 'number' supplied to 'CellRenderer' , 预期 'string'

转载 作者:IT王子 更新时间:2023-10-29 07:52:10 28 4
gpt4 key购买 nike

我从 react 16.2 -> 16.3-alpha-1 和 react-native 0.52->0.54 升级,我在模拟器中收到上面的警告。

最佳答案

要修复正在使用 keyExtractor 的任何列表组件中的错误,请更新组件(FlatList 等)以使用 .toString() 使其具有字符串键所有键现在都必须是字符串值

如下图;

keyExtractor={item => item.index_id}

keyExtractor={item => item.index_id.toString()}

此更改是对 keyExtractor 的所有使用的要求,因此将包括 React-Native 组件,例如; FlatList 和 ActionSheet。

关于ios - 警告 : Failed child context type: Invalid child context 'virtualizedCell.cellKey' of type 'number' supplied to 'CellRenderer' , 预期 'string',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49577736/

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