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
src/components/ErrorBoundary.tsx uses Tailwind-style classes (flex-1, items-center, max-w-md, etc.) but the project uses vanilla CSS with ka- prefix. The error boundary fallback UI is likely unstyled/broken. Replace with proper ka- classes.
src/components/ErrorBoundary.tsxuses Tailwind-style classes (flex-1, items-center, max-w-md, etc.) but the project uses vanilla CSS withka-prefix. The error boundary fallback UI is likely unstyled/broken. Replace with properka-classes.