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 769d7e0 commit f075513Copy full SHA for f075513
src/examples/basicExample/app.js
@@ -7,7 +7,7 @@ class App extends Component {
7
constructor(props) {
8
super(props);
9
10
- const renderDepthTitle = ({ path }) => `Depth: ${path.length}`
+ const renderDepthTitle = ({ path }) => `Depth: ${path.length}`;
11
12
this.state = {
13
treeData: [
0 commit comments