componentDidUpdate (prevProps, prevState) { if (prevState.pokemons !== this.state.pokemons) { console.log('pokemons state has changed.') } }
確定! 回上一頁