未捕获(承诺中)类型错误:扩展语法要求...iterable[Symbol.iterator] 是一个函数

问题描述 投票:0回答:1

如标题所写。我在 google 地图 api 3.59.1 中收到此错误。 由于某种原因,我使用 leaflet + googleMutant 来驱动 google 地图 api。 自 2024/11/21 发布 3.59 新版本以来,我尝试更改为新的 google 地图 api 版本 3.59,但收到此错误消息。而且地图不起作用,无法显示。

Uncaught (in promise) TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function

错误位置: map.js -> owa(...b)

但是在3.58版本中,可以正常工作。

检查新功能。

google-maps google-maps-api-3
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.