File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const defaultCreateCache = (options) => {
9
9
options = options || { } ;
10
10
const apiKey = options . apiKey ;
11
11
const libraries = options . libraries || [ 'places' ] ;
12
- const version = options . version || '3.24 ' ;
12
+ const version = options . version || '3.29 ' ;
13
13
const language = options . language || 'en' ;
14
14
15
15
return ScriptCache ( {
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export class Map extends React.Component {
143
143
zoom : this . props . zoom ,
144
144
maxZoom : this . props . maxZoom ,
145
145
minZoom : this . props . maxZoom ,
146
- clickableIcons : this . props . clickableIcons ,
146
+ clickableIcons : this . props . clickableIcons || false ,
147
147
disableDefaultUI : this . props . disableDefaultUI ,
148
148
zoomControl : this . props . zoomControl ,
149
149
mapTypeControl : this . props . mapTypeControl ,
You can’t perform that action at this time.
0 commit comments