Accept readonly arrays #633
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.
|