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
@@ -19,6 +24,9 @@ export type ErrorViewerProps = {
19
24
20
25
/** The type of error message to display in the header. Defaults to Error. */
21
26
type?: string;
27
+
28
+
/** Optional callback to dismiss the error. If provided, a Dismiss button will be displayed. It is up to the parent to implement the logic to dismiss the error. */
0 commit comments