Skip to content

Commit 49ee815

Browse files
dellisdPessimistress
authored andcommitted
Omit container prop on mapOptions in types (#1603)
1 parent 48b7920 commit 49ee815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapbox/mapbox.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type MapboxProps = Partial<{
5050
bearing: number,
5151
pitch: number,
5252
altitude: number,
53-
mapOptions: MapboxGL.MapboxOptions
53+
mapOptions: Omit<MapboxGL.MapboxOptions, 'container'>
5454
}>;
5555

5656
export default class Mapbox {

0 commit comments

Comments
 (0)