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: Remove unused variables and dead code across codebase
Remove unused vars, dead functions (sib, dfs, handleRefresh), unused
imports, and unused props to resolve all ESLint no-unused-vars warnings.
Also fix setState-in-effect, state mutation, and hoisting lint errors.
0 commit comments