Unify events / CSS in user cards and user profile header #9396
typescript.yml
on: pull_request
TSC
1m 22s
eslint
1m 31s
Check for outdated JavaScript
0s
Annotations
2 errors
|
TSC
Process completed with exit code 2.
|
|
TSC:
ts/WoltLabSuite/Core/Component/Image/Viewer.ts#L28
Type '{ close: (ev?: Event | undefined, customHideClass?: string | undefined) => void; destroy: () => void; getCarousel: () => { add: (oneOrMoreSlides: Partial<import("/home/runner/work/WCF/WCF/node_modules/@fancyapps/ui/dist/carousel/carousel").CarouselSlide> | Partial<...>[], position?: number | undefined) => ...; ... 4...' is not assignable to type '{ close: (ev?: Event | undefined, customHideClass?: string | undefined) => void; destroy: () => void; getCarousel: () => { add: (oneOrMoreSlides: Partial<import("/home/runner/work/WCF/WCF/node_modules/@fancyapps/ui/dist/carousel/carousel").CarouselSlide> | Partial<...>[], position?: number | undefined) => ...; ... 4...'. Two different types with this name exist, but they are unrelated.
|