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
refactor(components): add stable setter deps to SettingsTab callbacks
The setters returned by useSettingsInit are stable React setState
references, but eslint's exhaustive-deps lint still wants them in
the dependency arrays. Include them to silence the warnings and
document the dependency clearly.
0 commit comments