Vinícius Moreira

Results 1 comments of Vinícius Moreira

this is not missing the state in the class construtor? ``` constructor() { super(); this.state = { inactive: false }; } ```