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 3265b48 commit 546fffdCopy full SHA for 546fffd
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.defaultContainer = this.fullContainer;
+ this.container = {};
89
}
90
91
0 commit comments