diff --git a/client/src/lib/tree.js b/client/src/lib/tree.js index 0a73a8b6..99e2b738 100644 --- a/client/src/lib/tree.js +++ b/client/src/lib/tree.js @@ -96,7 +96,8 @@ class TreeTable extends Component { } shouldComponentUpdate(nextProps, nextState) { - return this.props.selection !== nextProps.selection || this.state.treeData != nextState.treeData || this.props.className !== nextProps.className; + return this.props.selection !== nextProps.selection || this.props.data !== nextProps.data || this.props.dataUrl !== nextProps.dataUrl || + this.state.treeData != nextState.treeData || this.props.className !== nextProps.className; } // XSS protection