Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix example
so it works and users don't have any surprise expanding tree nodes ;)
  • Loading branch information
cancerberoSgx committed Jun 4, 2019
1 parent 4d09c82 commit ffa9efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -55,6 +55,7 @@ class TreeExample extends PureComponent {
constructor(props){
super(props);
this.state = {data};
this.onToggle = this.onToggle.bind(this);
}

onToggle(node, toggled){
Expand Down

0 comments on commit ffa9efd

Please sign in to comment.