What's Changed
✨ New
react-x/prefer-set-state-callback: New rule that enforces using callback form ofsetStatewhen the new state is computed from the previous state. Closes #1289. (#1610, #1613)react-x/unstable-rules-of-state: New experimental rule that consolidates state-related validations includingprefer-set-state-callback. (#1613)
🐞 Fixes
Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2