You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that using resizable="x" or resizable="y" doesn't seem to be valid, as it doesn't seem to result in a resizable TextInput, but maybe I missed something.
Describe the Bug
You get a ts(2322) error
Type 'true' is not assignable to type '"x" | "y"'
when you try to use<TextInput resizable />
in your component.Reproduction
Within a svelte component where the project has TypeScript enabled:
Note that using
resizable="x"
orresizable="y"
doesn't seem to be valid, as it doesn't seem to result in a resizable TextInput, but maybe I missed something.System Info
Additional Context
Using typescript 4.84, tslib 2.4.1, if this helps.
The text was updated successfully, but these errors were encountered: