Skip to content

#62 — Global error boundary + query error fallback UI #64

@IbrahimIjai

Description

@IbrahimIjai

Description:
Add a React error boundary in app/providers/index.tsx that catches render errors. Add onError handler to QueryClient that:

  • Logs to console in dev
  • Shows a Sonner toast for user-visible query failures (not auth errors which are silently retried)

Acceptance criteria:

  • Unhandled query error → red toast with parseSorobanError message
  • Error boundary renders a fallback <ErrorPage /> with a "Reload" button

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions