Domain: Coding
Difficulty: Intermediate
Description:
Currently, there is an error boundary component, but the ui is ideally not the best.
- The absence of pointers on buttons makes it not look clickable.
- The UI should blend with that of the not-found.
Links/References:
- Existing src/app/not-found.tsx (for design consistency)
- React Error Boundaries Documentation
- TanStack Query isError and refetch properties