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 766e665 commit bbe06c6Copy full SHA for bbe06c6
@bellatrix/web/src/utilities/Utilities.ts
@@ -25,7 +25,7 @@ export class Utilities {
25
el = parentNode;
26
}
27
28
- return [`${paths.toReversed().join('/')}`, (el as unknown as InnerHTML).innerHTML] as const;
+ return [`${paths.toReversed().join('/')}`, (el as HTMLElement).innerHTML] as const;
29
});
30
31
const xpathToStartFrom = data[0];
0 commit comments