标签: javascript express redux jwt
This is where my variables are defined , i have also attache a detail image of how my variable are used in the second image[][1 i do not understand why it is still claiming that it cannot read property of undefined]
答案 0 :(得分:0)
您提供的图像未显示任何破坏类型。假设变量在您提供的文件中定义,那么您应该不会看到所描述的错误。但是,例如,如果您要从props破坏属性,而这些属性从未传递到组件中,那么这可能就是您收到该错误的原因。
如果您没有将这些属性加载到组件中,则以下结构将无法在您当前的组件内部进行。
现在在组件内部
{正在加载,错误,成功} =道具//不,这些属性从未传递给道具。
问题:您在哪里以及如何使用userUpdate对象?