-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix casing of dynamic tags #2578
Conversation
Visit the preview URL for this PR (updated for commit 1e418e2): https://yew-rs-api--pr2578-fix-tag-casing-myu7l50c.web.app (expires Tue, 12 Apr 2022 14:25:41 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Size Comparison
|
1e418e2
After further playing around with it, and forgetting to sometimes use the dynamic tag form, I've decided to add a lint. Only shows up on nightly, like the other lints, but I think it's better than nothing. |
Even better! :) |
Description
Fixes #2483
Related #1269: I'm not sure that's fully addressed with the PR
There's a comment by @siku2 about preserving capitalization, but that doesn't seem to be what's implemented, at least not everywhere.
Checklist
cargo make pr-flow