Skip to content

Accept readonly arrays #633

Accept readonly arrays

Accept readonly arrays #633

Triggered via push January 30, 2024 12:18
Status Failure
Total duration 26s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Build: src/jsx-runtime.ts#L143
Argument of type 'Node' is not assignable to parameter of type 'VNodeChildElement'.
Build: src/jsx-runtime.ts#L238
Property 'sel' does not exist on type 'VNode | readonly VNodeChildElement[]'.
Build: src/jsx-runtime.ts#L238
Property 'text' does not exist on type 'VNode | readonly VNodeChildElement[]'.
Build: src/jsx-runtime.ts#L245
Property 'text' does not exist on type 'VNode | readonly VNodeChildElement[]'.
Build: src/jsx-runtime.ts#L249
Type 'VNode | readonly VNodeChildElement[]' is not assignable to type 'string | VNode'.
Build
Process completed with exit code 2.