We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mapRef
containerRef
1 parent b5c2ff3 commit 8934efbCopy full SHA for 8934efb
README.md
@@ -39,7 +39,7 @@ Link tag in header:
39
## Props
40
Only `mapRef` and `mapboxApiAccessToken` are required.
41
42
-All non-primitive prop values should be memoized.
+All non-primitive prop values besides `mapRef` and `containerRef` should be memoized.
43
44
| Name | Type | Default | Description |
45
|--- | --- | --- | --- |
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-map-gl-geocoder",
3
- "version": "2.1.4",
+ "version": "2.1.5",
4
"description": "React wrapper for mapbox-gl-geocoder for use with react-map-gl",
5
"source": "src/index.js",
6
"main": "dist/index.js",
0 commit comments