Skip to content

Lit renderer example with react fixes #485

Lit renderer example with react fixes

Lit renderer example with react fixes #485

Triggered via pull request March 25, 2026 02:03
Status Failure
Total duration 1m 8s
Artifacts

react_renderer.yml

on: pull_request
build-and-test
1m 6s
build-and-test
build-and-test-demo
40s
build-and-test-demo
lint
39s
lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint
Process completed with exit code 1.
lint: renderers/react/src/v0_9/adapter.tsx#L96
Replace `⏎········props={props·||·({}·as·Props)}⏎········buildChild={buildChild}⏎········context={context}⏎·····` with `·props={props·||·({}·as·Props)}·buildChild={buildChild}·context={context}`
lint: renderers/react/src/v0_9/adapter.tsx#L70
Replace `⏎······(bindingRef.current·as·unknown·as·{context:·ComponentContext}).context·!==⏎······context⏎····` with `(bindingRef.current·as·unknown·as·{context:·ComponentContext}).context·!==·context`
lint: renderers/react/src/v0_9/adapter.tsx#L54
Delete `⏎·····`
lint: renderers/react/src/v0_9/adapter.tsx#L52
Delete `⏎·····`
lint: renderers/react/src/v0_9/adapter.tsx#L44
Replace `⏎····ReactA2uiComponentProps<ResolveA2uiProps<z.infer<Schema>>>⏎··` with `ReactA2uiComponentProps<ResolveA2uiProps<z.infer<Schema>>>`
lint: renderers/react/src/v0_9/adapter.tsx#L23
Replace `·` with `>`
lint: renderers/react/src/v0_9/adapter.tsx#L22
Replace `Schema·extends·z.ZodTypeAny·=·z.ZodTypeAny>` with `⏎··Schema·extends·z.ZodTypeAny·=·z.ZodTypeAny,`