Lit renderer example with react fixes #485
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,`
|