解决React 错误Unhandled Rejection (TypeError): Invalid attempt to spread non-iterable instance

Unhandled Rejection (TypeError): Invalid attempt to spread non-iterable instance_react.js

主要是自己在使用 react + antdesign 的upload组件的时候遇到的

Unhandled Rejection (TypeError): Invalid attempt to spread non-iterable instance_赋值_02

Unhandled Rejection (TypeError): Invalid attempt to spread non-iterable instance_react.js_03


如果直接赋值给fileListTemp e 的话就会出现当前错误

这里需要改的就是把e.fileList 赋值回去就行

Unhandled Rejection (TypeError): Invalid attempt to spread non-iterable instance_react.js_04