Open
Description
Using this.state
within setState
is a very common pattern for developers new to React. This practice can lead to insidious bugs. Should react/no-access-state-in-setstate
be part of the recommended set instead of asking consumers to manually enable it?
I'm happy to open a PR but wanted to start a discussion first in case omission was intentional.