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

refactor(progress): ts to sfc #506

Merged
merged 5 commits into from
Jan 18, 2024
Merged

refactor(progress): ts to sfc #506

merged 5 commits into from
Jan 18, 2024

Conversation

productdevbook
Copy link
Contributor

Description

Linked Issues

#492

Additional context

@productdevbook productdevbook marked this pull request as ready for review January 18, 2024 06:26
Copy link
Contributor

github-actions bot commented Jan 18, 2024

Thank you for following the naming conventions! 🙏

Comment on lines +65 to +69
if (props.max && !isValidMaxNumber(props.max))
console.error(getInvalidMaxError(props.max))

if (props.value != null && !isValidValueNumber(props.value, props.max))
console.error(getInvalidValueError(props.value))
Copy link
Collaborator

@Cr0zy07 Cr0zy07 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to be on the props validator?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to use it with the interface.

@productdevbook productdevbook merged commit a198ffc into main Jan 18, 2024
2 of 3 checks passed
@productdevbook productdevbook deleted the sfc-progress branch January 18, 2024 08:56
@github-actions github-actions bot mentioned this pull request Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants