-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
STATUS-1: needs triageThis doesn't seem rightThis doesn't seem rightTYPE: bugSomething isn't workingSomething isn't working
Description
Which package is affected?
Styled Kit
Describe the bug
Installed qwik-ui in a project. Used qwik-ui button add to install and successful use Button etc.
Tried the same with the Progress component. The Add fails with an error. It shows the following help message, which suggests that the qwik-ui CLI has not been updated to know about the progress component.
qwik-ui add [components]
Add components to your project
Positionals:
components Choose which components to add
Options: [Accordion, Avatar, Alert, Badge, Breadcrumb, Button,
Card, Checkbox, Combobox, Input, Label, Modal, Popover, Radio
Group, Select, Separator, Skeleton, Tabs, Textarea] [string]
Options:
--version Show version number [boolean]
--help Show help [boolean]
--projectRoot The root of the project (default: "./")[string] [default: "./"]
Cannot read properties of undefined (reading 'type')
Reproduction
https://stackblitz.com/edit/github-74nmhzph
Steps to reproduce
Install qwik-ui in a project - already done in the Stackblitz linked.
pnpm qwik-ui add progress
System Info
Versions:
devDependencies:
+ @qwik-ui/headless 0.6.3
+ @qwik-ui/styled 0.2.0
+ @qwik-ui/utils 0.3.1Using pnpm, but that (and the rest) seem irrelevant.
### Additional Information
I have not yet looked at any of the relevant code to know if I'd be in a position to contribute a fix.
Metadata
Metadata
Assignees
Labels
STATUS-1: needs triageThis doesn't seem rightThis doesn't seem rightTYPE: bugSomething isn't workingSomething isn't working