- Affected Version
- WoltLab Suite 5.5
Code
node_modules/@woltlab/wcf/ts/WoltLabSuite/Core/Dom/Traverse.ts:94:17 - error TS2394: This overload signature is not compatible with its implementation signature.
94 export function childByTag<K extends Uppercase<keyof HTMLElementTagNameMap>>(
~~~~~~~~~~
node_modules/@woltlab/wcf/ts/WoltLabSuite/Core/Dom/Traverse.ts:99:17
99 export function childByTag(element: Element, tagName: string): Element | null {
~~~~~~~~~~
The implementation signature is declared here.
node_modules/@woltlab/wcf/ts/WoltLabSuite/Core/Dom/Traverse.ts:120:17 - error TS2394: This overload signature is not compatible with its implementation signature.
120 export function childrenByTag<K extends Uppercase<keyof HTMLElementTagNameMap>>(
~~~~~~~~~~~~~
node_modules/@woltlab/wcf/ts/WoltLabSuite/Core/Dom/Traverse.ts:125:17
125 export function childrenByTag(element: Element, tagName: string): Element[] {
~~~~~~~~~~~~~
The implementation signature is declared here.
Found 2 errors in the same file, starting at: node_modules/@woltlab/wcf/ts/WoltLabSuite/Core/Dom/Traverse.ts:94
Display More