我正在尝试将用户添加到数据库文件,但是在尝试创建User对象时出现以下错误:
shouldComponentUpdate(nextProps, nextState){
if (this.state.restoOriginales !== nextState.restoOriginales){
console.log("NUEVO ITEM", nextState.restoOriginales);
//put your setState code here with nextState.restoOriginales
}
return true;
}
shouldComponentUpdate() is invoked before
rendering when new props or state are being received. Defaults to true.
我在python终端中的步骤(该文件称为索引):
我在代码中看不到任何问题,因此,我将不胜感激:)