diff --git a/src/mapbox/mapbox.js b/src/mapbox/mapbox.js index f759d0037..b5436665e 100644 --- a/src/mapbox/mapbox.js +++ b/src/mapbox/mapbox.js @@ -271,7 +271,7 @@ export default class Mapbox { // Step3: update style and call onload again if (props.mapStyle) { this._map.setStyle(props.mapStyle, { - diff: true + diff: false }); }