We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4e78a commit c2ecc93Copy full SHA for c2ecc93
srcjs/ipywidget-ts/standalone.ts
@@ -14,7 +14,7 @@ const MAP_CONTAINER = "map";
14
15
console.log("calls", mapOptions.calls);
16
if (mapOptions.calls) {
17
- for (let call of mapOptions.calls) {
+ for (let call of mapOptions.calls as OLAnyWidgetCall[]) {
18
// @ts-expect-error
19
mapWidget[call.method](...call.args);
20
}
0 commit comments