Object prototype may only be an Object or null: undefined

react 项目中出现报错
Object prototype may only be an Object or null: undefined
Object prototype may only be an Object or null: undefined_第1张图片

错误原因: 因为随便写了一个变量,然后弹出提示后按了回车键,编译器自动引入了该变量
Object prototype may only be an Object or null: undefined_第2张图片

解决方案: 删除引入的变量

你可能感兴趣的:(报错集合,原型模式)