-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Boolean Attributes Treated Inconsistently #14553
Copy link
Copy link
Closed
Labels
- P2: has workaroundAn edge case that only affects very specific usage, but has a trivial workaround (priority)An edge case that only affects very specific usage, but has a trivial workaround (priority)good first issueGood for newcomers. If you need additional guidance, feel free to post in #contribute on DiscordGood for newcomers. If you need additional guidance, feel free to post in #contribute on Discord
Metadata
Metadata
Assignees
Labels
- P2: has workaroundAn edge case that only affects very specific usage, but has a trivial workaround (priority)An edge case that only affects very specific usage, but has a trivial workaround (priority)good first issueGood for newcomers. If you need additional guidance, feel free to post in #contribute on DiscordGood for newcomers. If you need additional guidance, feel free to post in #contribute on Discord
Type
Fields
Give feedbackNo fields configured for issues without a type.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I have this simple template:
The outcome is this:
So weirdly some attributes are treated different than others. And some get lost in the first case, which should never happen.
What's the expected result?
All attributes are treated equally (whether
trueshould resolve in""or"true"is up to debate, but make it consistent).Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-k4fy4q3c?file=src%2Fpages%2Findex.astro
Participation