💡 RFC: Add {} after = #854
cdtut
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background & Motivation
Type
<div prop=
and''
get inserted which is right. But if<Component prop=
(anything that start with big letter) it should insert{}
because that is probably what you want for components.Proposed Solution
Risks, downsides, and/or tradeoffs
Downside is if you wanted
''
instead of{}
for components. But most of time you won't and if you do can just delete it.If there is configuration option then no risk because people who don't like it can change.
Detailed Design
No response
Help make it happen!
Beta Was this translation helpful? Give feedback.
All reactions