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: wrap app in global ErrorBoundary to prevent blank-screen crash (#7872) - Added src/components/ErrorBoundary.tsx - Wrapped <Component /> in _app.tsx with <ErrorBoundary> - Prevents complete UI loss on runtime errors - Logs error in console, shows friendly message to users Closes#7872
0 commit comments