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
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')
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.
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
Using pnpm, but that (and the rest) seem irrelevant.
The text was updated successfully, but these errors were encountered: