[Feature] Add MapboxMap, MapboxMarker, MapboxPopup components #62
build.yml
on: pull_request
Build
1m 9s
Docs-Build
2m 41s
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.
|