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 c080cee commit 2b59704Copy full SHA for 2b59704
src/routes/docs/advanced-marker/+page.svelte
@@ -44,7 +44,7 @@
44
let advMarkerComponent: AdvancedMarker;
45
46
function getNativeInstance() {
47
- const instance = advMarkerComponent?.getMarkerInstance();
+ instance = advMarkerComponent?.getMarkerInstance();
48
console.log(instance);
49
}
50
</script>
0 commit comments