Jang Si

Results 2 comments of Jang Si

The component manages it's own state which you can access through a ref. The docs don't specify this however: ` this.ccForm = ref } >` From there you can access...

I get the same error with the example code. When I convert the example button from using a stateless component to extending React.Component, it works.