Add context to error displays.

This commit is contained in:
Dermot Duffy
2022-02-20 10:56:43 -08:00
parent 69d9d68a0a
commit 9360191242
10 changed files with 81 additions and 29 deletions
+1
View File
@@ -835,6 +835,7 @@ export interface Message {
message: string;
type: 'error' | 'info';
icon?: string;
context?: unknown;
}
export interface StateParameters {