You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix react-hooks/set-state-in-effect lint errors from eslint-config-next bump
The eslint-config-next 16.2.3 -> 16.2.9 bump changed which setState-in-effect
calls the rule flags: carousel.tsx and the use-mobile hooks now trigger it
(legitimate external-sync-on-mount patterns, suppressed like the existing
nier-map/nier-shell cases), while the old suppressions in nier-map.tsx and
nier-shell.tsx became unused since the rule no longer flags those.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments