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.
1 parent e13ab28 commit b5c2ff3Copy full SHA for b5c2ff3
README.md
@@ -37,7 +37,9 @@ Link tag in header:
37
38
39
## Props
40
-Only `mapRef` and `mapboxApiAccessToken` are required.
+Only `mapRef` and `mapboxApiAccessToken` are required.
41
+
42
+All non-primitive prop values 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.3",
+ "version": "2.1.4",
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