emmetio / emmet

The essential toolkit for web-developers
http://emmet.io
MIT License
4.48k stars 519 forks source link

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

Open danielres opened 8 years ago

danielres commented 8 years ago

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

sergeche commented 5 years ago

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