Skip to content

Support custom renderers #83

Support custom renderers

Support custom renderers #83

Triggered via pull request March 29, 2025 09:01
Status Success
Total duration 40s
Artifacts

page.yml

on: pull_request
Deploy to Preview env
10s
Deploy to Preview env
Deploy to Production env
0s
Deploy to Production env
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build: packages/debugger/src/structure/walker.ts#L180
Property 'parentElement' does not exist on type 'TEl'.
Build: packages/debugger/src/structure/walker.ts#L161
Type 'HTMLElement' is not assignable to type 'TEl'.
Build: packages/debugger/src/structure/walker.ts#L143
Type 'HTMLElement' is not assignable to type 'TEl'.
Build: packages/debugger/src/structure/walker.ts#L123
Type 'TEl' is not assignable to type 'HTMLElement'.
Build: packages/debugger/src/locator/index.ts#L172
Argument of type 'TEl' is not assignable to parameter of type 'string | HTMLElement | undefined'.
Build: packages/debugger/src/locator/index.test.ts#L11
Cannot find module './find-components.ts' or its corresponding type declarations.
Build: packages/debugger/src/locator/element-overlay.tsx#L24
Generic type 'LocatorComponent' requires 1 type argument(s).
Build: packages/debugger/src/locator/element-overlay.tsx#L9
Generic type 'LocatorComponent' requires 1 type argument(s).
Build: packages/debugger/src/locator/element-overlay.tsx#L8
Generic type 'LocatorComponent' requires 1 type argument(s).
Build: packages/debugger/src/inspector/inspector.ts#L2
Module '"../locator/index.ts"' declares 'SourceLocation' locally, but it is not exported.