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: move useCallback hook before early returns in QueryResults
- Fix React Hooks rules violation by moving useCallback before early returns
- All hooks must be called at the top level, before any conditional returns
- This fixes the CI/CD linting error
0 commit comments