0 votes
in ReactJS by
How can you access the state of a component from inside of a member function?

 this.getState()

 this.values

 this.prototype.stateValue

 this.state

1 Answer

0 votes
by

 this.values

...