Skip to content

[Feature] Add MapboxMap, MapboxMarker, MapboxPopup components #62

[Feature] Add MapboxMap, MapboxMarker, MapboxPopup components

[Feature] Add MapboxMap, MapboxMarker, MapboxPopup components #62

Triggered via pull request March 20, 2024 15:36
Status Failure
Total duration 2m 57s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Build: packages/ui/organisms/MapboxMap/MapboxMarker.ts#L19
Argument of type 'typeof MapboxMap' is not assignable to parameter of type 'BaseConstructor<Base<BaseProps>>'.
Build: packages/ui/organisms/MapboxMap/MapboxMarker.ts#L19
Property 'map' does not exist on type 'Base<BaseProps>'.
Build: packages/ui/organisms/MapboxMap/MapboxMarker.ts#L35
Argument of type 'unknown[]' is not assignable to parameter of type 'LngLatLike'.
Build: packages/ui/organisms/MapboxMap/MapboxPopup.ts#L19
Argument of type 'typeof MapboxMap' is not assignable to parameter of type 'BaseConstructor<Base<BaseProps>>'.
Build: packages/ui/organisms/MapboxMap/MapboxPopup.ts#L19
Property 'map' does not exist on type 'Base<BaseProps>'.
Build: packages/ui/organisms/MapboxMap/MapboxPopup.ts#L36
Argument of type 'unknown[]' is not assignable to parameter of type 'LngLatLike'.
Build: packages/ui/organisms/MapboxMap/MapboxMap.ts#L17
Class static side 'typeof MapboxMap' incorrectly extends base class static side 'typeof Base'.
Build
Process completed with exit code 1.