gluestack

gluestack Logogluestack

Snippets from VSCode extension are outdated

darkies_ posted this in #support
Open in Discord
Avatar
darkies_OP
It isn't so much an issue as most of them are fine. Just a little note to developers to plan to keep it up-to-date. Thank you
For example, tabbing snippet of gs-select shows
<Select size={"lg"} variant={"outline"} isInvalid={false} isDisabled={false}>
  <SelectTrigger size={size} variant={variant}>
    <SelectInput placeholder="Select option" />
    <SelectIcon className="mr-3" as={ChevronDownIcon} />
  </SelectTrigger>
//More 
</Select>

size and variant attributes are no longer attributes of Select component

1 Reply