猿问

react-native 突然出现这个错误 不知道是为啥 之前都好好的

问题如图 有谁知道为什么吗?
我的代码这样写的:

    ChatMessage = (item) => {
        const { navigate } = this.props.navigation;
        item['chattype'] = 'Friends'
        navigate('ChatMessage', item);
    }

Unhandled JS Exception: TypeError: One of the sources for assign has an enumerable key on the prototype chain. Are you trying to assign a prototype property? We don't allow it, as this is an edge case that we do not support. This error is a performance optimization and not spec compliant.


白猪掌柜的
浏览 718回答 1
1回答

幕布斯6054654

传递的参数错误导致
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答