-
Notifications
You must be signed in to change notification settings - Fork 10
feat: workflow elements #27
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
Conversation
|
@cwandev not sure what the issue is but I can't collapse the other sub folders except I manually navigate to a component and then the preview and code component does not display. is this behavior only on my machine? fwiw, I think it's best if we reduce scope for PRs |
|
@peoray I guess you might be running into something like this (please check your console): node_modules/dayjs/dayjs.min.js' does not provide an export named 'default'This issue sometimes occurs with Nuxt v3 — see this discussion. Although Daniel Roe fixed it, it can still happen in certain environments. In this PR, I’ve added the We might need to wait until You can try these steps:
Sorry this PR includes so many changes — the workflow-related components are tightly coupled. |
…fix panel component docs code-block indentation
peoray
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏽
Closes #21