Props for the MatchingErrorToast component.
interface MatchingErrorToastProps { error: string | null; onDismiss: () => void;} Copy
interface MatchingErrorToastProps { error: string | null; onDismiss: () => void;}
Error message to display, or null to hide the toast.
Callback when the dismiss button is clicked.
Props for the MatchingErrorToast component.
Source