Describe the issue
This code triggers a typescript error, while it's working properly. I think value & defaultValue are missing.
This code triggers the error:
error TS2322: Type '{ value: string; }' is not assignable to type 'IntrinsicAttributes & Omit<Readonly<Omit<Readonly<{ 'aria-activedescendant'?: string | null | undefined; 'aria-atomic'?: boolean | null | undefined; 'aria-autocomplete'?: "none" | ... 4 more ... | undefined; ... 98 more ...; tabIndex?: 0 | ... 2 more ... | undefined; }>, "multiple" | ... 7 more ... | "onSelect"> & {...'.
Property 'value' does not exist on type 'IntrinsicAttributes & Omit<Readonly<Omit<Readonly<{ 'aria-activedescendant'?: string | null | undefined; 'aria-atomic'?: boolean | null | undefined; 'aria-autocomplete'?: "none" | ... 4 more ... | undefined; ... 98 more ...; tabIndex?: 0 | ... 2 more ... | undefined; }>, "multiple" | ... 7 more ... | "onSelect"> & {...'.
53 <html.select value="" />
Expected behavior
Typescript should trigger an error here for this known prop (value or defaultValue)
Steps to reproduce
Just type <html.select value="" />
RSD 0.0.39
Test case
No response
Additional comments
No response
Describe the issue
This code triggers a typescript error, while it's working properly. I think value & defaultValue are missing.
This code triggers the error:
Expected behavior
Typescript should trigger an error here for this known prop (value or defaultValue)
Steps to reproduce
Just type
<html.select value="" />RSD 0.0.39
Test case
No response
Additional comments
No response