Closed davazp closed 1 year ago
Thanks for the report. Can you try master
?
This is still an issue. I can still disable it with the mentioned variable, but if I don't set it, it still tries to add quotes by default.
Oh, I misunderstood what you meant. If you try master
now you can set combobulate-js-ts-attribute-envelope-default
to nil
to disable it.
In TSX, when entering an attribute,
""
are entered automatically:Pressing
=
will produceHowever, in many cases the prop values will be expressions like
<Component prop={...}
so it would be better to do that.This can be disabled with
combobulate-js-ts-enable-attribute-envelopes
but I think it should be default tonil
for TSX.