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

Timeline component: type TimelineVerticalAlignType lack of enum value of 'alternate' #2367

Closed
hsldymq opened this issue Mar 30, 2022 · 0 comments · Fixed by #2368
Closed
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@hsldymq
Copy link
Contributor

hsldymq commented Mar 30, 2022

type TimelineVerticalAlignType = 'left' | 'right' | undefined;

type TimelineVerticalAlignType = 'left' | 'right' | 'alternate' | undefined;

instead of

type TimelineVerticalAlignType = 'left' | 'right' | undefined;
@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 31, 2022
tugcekucukoglu added a commit that referenced this issue Apr 4, 2022
fix: type TimelineVerticalAlignType declaration #2367
@tugcekucukoglu tugcekucukoglu added this to the 3.12.5 milestone Apr 4, 2022
@tugcekucukoglu tugcekucukoglu self-assigned this Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants