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 3c45473 commit ae35b15Copy full SHA for ae35b15
src/index.js
@@ -258,7 +258,7 @@ class Geocoder extends PureComponent {
258
localGeocoder: PropTypes.func,
259
reverseGeocode: PropTypes.bool,
260
enableEventLogging: PropTypes.bool,
261
- marker: PropTypes.bool,
+ marker: PropTypes.oneOfType([PropTypes.bool, PropTypes.object]),
262
render: PropTypes.func,
263
getItemValue: PropTypes.func,
264
position: PropTypes.oneOf(VALID_POSITIONS),
0 commit comments