SurjitNingombam

Results 2 issues of SurjitNingombam

Following [#86](https://github.com/storybooks/react-treebeard/issues/86) I am able to bind onClick function to a custom decorator.Header. Now I would like to trigger parent component's function onClick, something like: `onClick={()=> this.props.clickFunc}` Can anyone suggest...

:question: question

When I tried to follow the instructors in the readme file to create custom decorators, I am getting this error. Can someone tell me the right approach as the one...