[Feature] TypeScript #418
Annotations
10 errors
code-quality:
packages/vue-mapbox-gl/components/MapboxFullscreenControl.vue#L28
Argument of type '{ propsConfig: { container: ObjectConstructor | { new (): HTMLElement; prototype: HTMLElement; }; position: { type: StringConstructor; default: string; }; }; props: { ...; }; }' is not assignable to parameter of type '{ propsConfig: any; props: any; emit: any; events?: any[]; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxImages.vue#L5
Property 'id' does not exist on type 'unknown'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxImages.vue#L6
Spread types may only be created from object types.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxLayer.vue#L70
Property 'paint' does not exist on type '{ id: string; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxLayer.vue#L70
Property 'paint' does not exist on type '{ id: string; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxLayer.vue#L71
Property 'paint' does not exist on type '{ id: string; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxLayer.vue#L74
Property 'layout' does not exist on type '{ id: string; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxLayer.vue#L74
Property 'layout' does not exist on type '{ id: string; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxLayer.vue#L75
Property 'layout' does not exist on type '{ id: string; }'.
|
code-quality:
packages/vue-mapbox-gl/components/MapboxMap.vue#L331
Argument of type '{ interactive: boolean; center: unknown[] | Record<string, any> | LngLat; zoom: number; hash: boolean; pitch: number; localFontFamily: string | boolean; localIdeographFontFamily: string; ... 44 more ...; style: string | Record<...>; }' is not assignable to parameter of type 'MapOptions'.
|