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 af34ccc commit 36dae8fCopy full SHA for 36dae8f
src/lib/connectAxesToLayout.js
@@ -81,11 +81,11 @@ export default function connectAxesToLayout(WrappedComponent) {
81
);
82
this.fullContainer = multiValuedContainer;
83
this.defaultContainer = this.axes[0];
84
- // what should this be set to? Probably doesn't matter.
85
this.container = {};
86
} else {
87
this.fullContainer = nestedProperty(fullContainer, axesTarget).get();
88
- this.container = nestedProperty(container, axesTarget).get();
+ this.container = this.container =
+ nestedProperty(container, axesTarget).get() || {};
89
}
90
91
0 commit comments