react-map-gl
Advanced tools
Comparing version 1.0.0-beta-4 to 1.0.0-beta-5
{ | ||
"name": "react-map-gl", | ||
"description": "A React wrapper for MapboxGL-js and overlay API.", | ||
"version": "1.0.0-beta-4", | ||
"version": "1.0.0-beta-5", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -213,4 +213,4 @@ // Copyright (c) 2015 Uber Technologies, Inc. | ||
this.setState({ | ||
prevWidth: newProps.width, | ||
prevHeight: newProps.height | ||
prevWidth: this.props.width, | ||
prevHeight: this.props.height | ||
}); | ||
@@ -217,0 +217,0 @@ } |
Sorry, the diff of this file is too big to display
292140