Skip to content

DEV: removes unnecessary lines #32812

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 2 commits into from
May 20, 2025
Merged

DEV: removes unnecessary lines #32812

merged 2 commits into from
May 20, 2025

Conversation

jjaffeux
Copy link
Contributor

Technically we want to follow DDAU but most of our usage in the code base are just mutating @checked. This will eventually get converted to form-kit but in the meantime we can just remove this bit of code as it's doing two times the same thing and you could even end up in the situation where they both fight for what is the correct value.

jjaffeux added 2 commits May 20, 2025 12:15
Technically we want to follow DDAU but most of our usage in the code base are just mutating `@checked`. This will eventually get converted to form-kit but in the meantime we can just remove this bit of code as it's doing two times the same thing and you could even end up in the situation where they both fight for what is the correct value.
@jjaffeux jjaffeux merged commit 0f35647 into main May 20, 2025
16 checks passed
@jjaffeux jjaffeux deleted the removes-click-input branch May 20, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants