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 6e97740 commit 82561b0Copy full SHA for 82561b0
src/index.js
@@ -45,7 +45,6 @@ class Geocoder extends Component {
45
language,
46
filter,
47
localGeocoder,
48
- options,
49
onInit,
50
position
51
} = this.props
@@ -64,8 +63,7 @@ class Geocoder extends Component {
64
63
limit,
65
66
67
- localGeocoder,
68
- ...options
+ localGeocoder
69
})
70
this.subscribeEvents()
71
@@ -219,8 +217,7 @@ class Geocoder extends Component {
219
217
onLoading: PropTypes.func,
220
218
onResults: PropTypes.func,
221
onResult: PropTypes.func,
222
- onError: PropTypes.func,
223
- options: PropTypes.object // deprecated and will be removed in v2
+ onError: PropTypes.func
224
}
225
226
static defaultProps = {
0 commit comments