Add context to error displays.
This commit is contained in:
@@ -835,6 +835,7 @@ export interface Message {
|
||||
message: string;
|
||||
type: 'error' | 'info';
|
||||
icon?: string;
|
||||
context?: unknown;
|
||||
}
|
||||
|
||||
export interface StateParameters {
|
||||
|
||||
Reference in New Issue
Block a user