react-map-gl
Advanced tools
Comparing version
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## 7.0.10 (Mar 13, 2022) | ||
- Fix useMap type (#1799) | ||
## 7.0.9 (Mar 3, 2022) | ||
@@ -7,0 +11,0 @@ |
@@ -14,4 +14,4 @@ import * as React from 'react'; | ||
current?: MapRef; | ||
[id: string]: MapRef; | ||
[id: string]: MapRef | undefined; | ||
}; | ||
export {}; |
@@ -14,4 +14,4 @@ import * as React from 'react'; | ||
current?: MapRef; | ||
[id: string]: MapRef; | ||
[id: string]: MapRef | undefined; | ||
}; | ||
export {}; |
{ | ||
"name": "react-map-gl", | ||
"description": "React components for Mapbox GL JS-compatible libraries", | ||
"version": "7.0.9", | ||
"version": "7.0.10", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "mapbox", |
Sorry, the diff of this file is not supported yet
428911
0.02%