react-mapbox-components
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,5 @@ | ||
# 0.2.4 (2016-07-08) | ||
* Fix proptypes error | ||
# 0.2.3 (2016-07-08) | ||
@@ -2,0 +6,0 @@ |
@@ -120,3 +120,3 @@ 'use strict'; | ||
value: { | ||
map: PropTypes.instanceOf(_leaflet2['default'].Map) | ||
map: _react2['default'].PropTypes.instanceOf(_leaflet2['default'].Map) | ||
}, | ||
@@ -123,0 +123,0 @@ enumerable: true |
@@ -157,3 +157,3 @@ 'use strict'; | ||
value: { | ||
map: _react.PropTypes.instanceOf(_leaflet2['default'].Map) | ||
map: _react2['default'].PropTypes.instanceOf(_leaflet2['default'].Map) | ||
}, | ||
@@ -160,0 +160,0 @@ enumerable: true |
{ | ||
"name": "react-mapbox-components", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Mapbox library converted to react for use with react-leaflet.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -83,3 +83,3 @@ import assign from 'lodash/object/assign' | ||
static childContextTypes = { | ||
map: PropTypes.instanceOf(L.Map) | ||
map: React.PropTypes.instanceOf(L.Map) | ||
} | ||
@@ -86,0 +86,0 @@ |
@@ -104,5 +104,5 @@ 'use strict' | ||
} | ||
static childContextTypes = { | ||
map: PropTypes.instanceOf(L.Map) | ||
map: React.PropTypes.instanceOf(L.Map) | ||
} | ||
@@ -109,0 +109,0 @@ |
30289