Skip to main content

Error Boundary

Component cho phép bắt lỗi và hiển thị UI lỗi cho người dùng.

Ví dụ

// app/routes/media-picker.tsx
import { ErrorBoundary } from '@xotiny/polaris';
...

export const ErrorBoundary = ErrorBoundary;