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
The application currently lacks error handling and loading states. If a component fails or data is slow to load, the user is presented with a broken UI or a blank screen.
Tasks
Create a global error boundary component to catch and handle runtime errors.
Add loading state indicators (e.g., spinners, skeletons) for components that fetch data.