emmet icon indicating copy to clipboard operation
emmet copied to clipboard

using array in JSX attributes breaks "balance tag" and other actions

Open danielres opened this issue 8 years ago • 1 comments

Hello, I'm using emmet to write JSX in sublime text, with the sublime-text package.

In the following code, the array passed for widths breaks some capabilities of emmet. For example, the "Balance" action does not work.

<Collection
  height={4}
  widths={[4, 8, 4, 4]}
>
  <Footer />
</Collection>

Thanks

danielres avatar Apr 01 '16 14:04 danielres

Should be fixed in v2 but will check it out and add unit tests

sergeche avatar Aug 20 '19 20:08 sergeche