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 831ba2d commit 0f8148eCopy full SHA for 0f8148e
src/TreeContainer.js
@@ -53,6 +53,7 @@ export default class TreeContainer extends React.Component {
53
NodeRenderer={this.props.children}
54
scrollToIndex={rowIndex}
55
scrollToAlignment={this.props.scrollToAlignment}
56
+ width={this.props.width}
57
/>
58
);
59
}
0 commit comments