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 bdbc5e3 commit 2b7b83aCopy full SHA for 2b7b83a
src/components/KeplerGL/index.js
@@ -54,8 +54,8 @@ class KeplerGlComponent extends React.Component {
54
}
55
};
56
const config = keplerConfig ? JSON.parse(keplerConfig) : undefined;
57
- const hasMapStateConfig = Boolean(config && config.mapState);
58
-
+ const hasMapStateConfig = Boolean(config && config.config && config.config.mapState);
+
59
this.props.dispatch(
60
addDataToMap({
61
datasets,
0 commit comments