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 741096b commit 15c01d8Copy full SHA for 15c01d8
types/config.d.ts
@@ -5,7 +5,7 @@ export interface Config {
5
asyncUtilTimeout: number
6
computedStyleSupportsPseudoElements: boolean
7
defaultHidden: boolean
8
- showOriginalStrackTrace: boolean
+ showOriginalStackTrace: boolean
9
throwSuggestions: boolean
10
getElementError: (message: string, container: HTMLElement) => Error
11
}
0 commit comments