if setState was written like this ``` setState(state => ({ b: state.a + 1 })) ``` state.a has not used anywhere, no-unused-state will report error