Skip to content

Commit

Permalink
remove __transientLayerId from store signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed May 27, 2020
1 parent c76681b commit b24f48e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/maps/public/reducers/map.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export type MapState = {
openTooltips: TooltipState[];
mapState: MapContext;
selectedLayerId: string | null;
__transientLayerId: string | null;
layerList: LayerDescriptor[];
waitingForMapReadyLayerList: LayerDescriptor[];
settings: MapSettings;
Expand Down

0 comments on commit b24f48e

Please sign in to comment.