Uncaught (in promise) TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.

可能是因为使用展开运算符或使用可迭代对象的时候,因为当前对象不是可迭代对象或者展开运算未在数组或者对象中展开

愿世间所有的美好都会降临到每个人的身边
原文地址:https://www.cnblogs.com/boystao/p/13704157.html