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 4975c33 commit 5010c62Copy full SHA for 5010c62
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-maplibre",
3
- "version": "1.0.0-next.5",
+ "version": "1.0.0-next.6",
4
"description": "Svelte bindings for MapLibre",
5
"author": {
6
"name": "Daniel Imfeld",
src/lib/MapLibre.svelte
@@ -231,7 +231,7 @@
231
// If there's no error handler, just log it to match the default behavior from MapLibre.
232
// But skip AbortError since that's a normal thing that happens inside certain sources,
233
// and not useful to log.
234
- console.error(event);
+ console.error(event.error);
235
}
236
237
0 commit comments