Skip to content

Fix missing id prop #235

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

Merged
merged 3 commits into from
Mar 13, 2025

Conversation

illusionalsagacity
Copy link
Contributor

@illusionalsagacity illusionalsagacity commented Mar 12, 2025

When refactoring the CommonProps.clickableProps in #228, the CommonProps.t_NoId type was spread into ButtonBase.publicProps instead of CommonProps.t to include the id.

resolves #234

@illusionalsagacity illusionalsagacity marked this pull request as ready for review March 12, 2025 23:05
@illusionalsagacity
Copy link
Contributor Author

@fhammerschmidt I portal'd this against the project I was trying to use 5.1.0 with, and it resolved the compilation errors I was seeing

Copy link
Member

@fhammerschmidt fhammerschmidt left a comment

Choose a reason for hiding this comment

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

Thank you, especially also for all those examples!

@fhammerschmidt fhammerschmidt merged commit 550de07 into cca-io:master Mar 13, 2025
1 check passed
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.

5.1.0 accidentally removed id from ButtonBase props
2 participants