~
Scanning 42 React components in ./src...
🔍 src/app/dashboard/page.tsx
✖ error-state Data fetch 'useUser()' has no ErrorBoundary or try/catch.
✖ loading-state Component renders data immediately without checking 'isLoading'.
🔍 src/components/LoginForm.tsx
⚠ disabled-submit Submit button is not disabled while 'isSubmitting' is true.
✔ form-validation Input fields have required/pattern attributes.
=== UX Audit Summary ===
2 Errors | 1 Warning | 39 Passed
Run with --json for AI Agent output, or use the MCP server.