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 9cab07c commit 62fc85eCopy full SHA for 62fc85e
src/GEOComp.tsx
@@ -121,7 +121,7 @@ var GEOComp = (function () {
121
122
//All properties avaiable in component
123
const childrenMap = {
124
- autoHeight: withDefault(AutoHeightControl, "auto"),
+ autoHeight: withDefault(AutoHeightControl, false),
125
styles: styleControl(CompStyles),
126
center: ArrayControl,
127
layers: layersControl(i18nObjs.defaultData),
0 commit comments