gpt4 book ai didi

react-native - Alert.alert AlertManager with params 异常

转载 作者:行者123 更新时间:2023-12-03 14:42:10 34 4
gpt4 key购买 nike

我正在尝试整理此错误消息:

Exception '-[_NSDisctionary0 length]: unrecognized selector sent to instance 0x78964120' was thrown while invoking alerWithArgs on target AlertManager with params



它来自我的代码行:
const response.error = 'bad credentials'
Alert.alert('Login error', response.error, [{ text: 'Ok' }])

即使当我从 Facebook 文档复制/粘贴时,我也会收到错误消息:
Alert.alert(
'Alert Title',
'My Alert Msg',
[
{text: 'Ask me later', onPress: () => console.log('Ask me later pressed')},
{text: 'Cancel', onPress: () => console.log('Cancel Pressed'), style: 'cancel'},
{text: 'OK', onPress: () => console.log('OK Pressed')},
]
)

从错误消息中可以明显看出该组件已导入。我猜。

有没有人遇到过这个?不知道该怎么办?

最佳答案

这个用户很晚了,但在这里添加它以防其他人发现它有用。

通过在没有消息的情况下在 expo 中创建警报设法导致了这个问题,它只有标题和按钮。

它导致了上面提到的错误,不仅因为它本质上破坏了 expo 并且导致所有其他警报从那时起也失败了,看起来就像海报上的问题一样。我必须完全关闭 expo 应用程序,而不仅仅是重新加载,当然还要为消息添加一个空的 ''。

关于react-native - Alert.alert AlertManager with params 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41942681/

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