Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞] qwik-ui add doesn't know about the Progress component #1033

Closed
kylecordes opened this issue Dec 27, 2024 · 2 comments
Closed

[🐞] qwik-ui add doesn't know about the Progress component #1033

kylecordes opened this issue Dec 27, 2024 · 2 comments
Labels
STATUS-1: needs triage This doesn't seem right TYPE: bug Something isn't working

Comments

@kylecordes
Copy link

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.1

Using 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. 
@kylecordes kylecordes added STATUS-1: needs triage This doesn't seem right TYPE: bug Something isn't working labels Dec 27, 2024
@kylecordes
Copy link
Author

(also CC @maiieul )

@thejackshelton
Copy link
Collaborator

Hey Kyle! Looks like this is fixed in Qwik UI styled 0.3. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage This doesn't seem right TYPE: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants