jsx-eslint/eslint-plugin-react
Vedi su GitHubreact/no-direct-mutation-state doesn't catch all cases
Open
#1418 aperta il 8 set 2017
help wanted
Metriche repository
- Star
- (8630 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
const { model } = this.state;
model.rating = rate;
In this case eslint won't show any errors.