We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c57f06 commit 54aebf7Copy full SHA for 54aebf7
types/config.d.ts
@@ -4,7 +4,9 @@ export interface Config {
4
eventWrapper(cb: (...args: any[]) => any): void
5
asyncUtilTimeout: number
6
defaultHidden: boolean
7
+ showOriginalStrackTrace: boolean
8
throwSuggestions: boolean
9
+ getElementError: (message: string, container: HTMLElement) => Error
10
}
11
12
export interface ConfigFn {
0 commit comments