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(web): resolve all 7 ESLint errors for CI pipeline
- Extract useTheme hook and ThemeContext to separate files (react-refresh/only-export-components)
- Add async/await with cleanup in CardPage and ProfilePage effects (react-hooks/set-state-in-effect)
- Remove redundant mounted state in ProfilePage
- Replace 'any' with vi.mocked() and PublicProfile type in tests (no-explicit-any)
- Revert out-of-scope platforms.ts change
0 commit comments