Skip to content

Commit

Permalink
[vega] fix vega map validation errors crashing vega (#112700)
Browse files Browse the repository at this point in the history
* [vega] fix vega map validation errors crashing vega

* eslint

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
nreese and kibanamachine authored Sep 22, 2021
1 parent 68fb9f6 commit 84e42e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class VegaMapView extends VegaBaseView {
const { zoom, maxZoom, minZoom } = validateZoomSettings(
this._parser.mapConfig,
defaults,
this.onWarn
this.onWarn.bind(this)
);
const { signals } = this._vegaStateRestorer.restore() || {};

Expand Down

0 comments on commit 84e42e4

Please sign in to comment.