bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32158: 26.1; Broken JSX indentation in case of arrow function passin


From: Dmitry Gutov
Subject: bug#32158: 26.1; Broken JSX indentation in case of arrow function passing to props
Date: Wed, 5 Jun 2019 14:00:16 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

On 05.06.2019 13:58, Dmitry Gutov wrote:

Jackson, here's a slight variation on this example that looks problematic:

const foo = (props) => (
     <div>
     <input
   cat={i => i} />

   </div>
);

(Note the empty line)

That seems incorrect to me.

Sorry, never mind. I had to enable js-jsx-mode to test it properly.

So, closing.

Note that you can do it yourself by appending -done to a bug email.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]