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(Levioso): make speed prop optional #396

Merged
merged 2 commits into from
May 2, 2024

Conversation

andretchen0
Copy link
Contributor

@andretchen0 andretchen0 commented May 2, 2024

Problem

<Levioso /> has a speed prop. The component sets a default value for the prop, but the prop itself isn't marked as optional in the props defintion.

Solution

Mark the prop as optional.

Meta

At the time of this writing, there are linter errors in main, making the CI linter fail. The file touched by this PR passes the linter.

Copy link

stackblitz bot commented May 2, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@andretchen0 andretchen0 marked this pull request as ready for review May 2, 2024 00:47
@andretchen0 andretchen0 merged commit ab045b4 into main May 2, 2024
2 checks passed
@andretchen0 andretchen0 deleted the refactor/levioso-speed branch May 2, 2024 13:31
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.

None yet

2 participants