You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract React components are not well-supported; Emmet doesn't seem to recognize nested tags inside attributes, because it uses HTML logic for parsing tags, and this only happens in JSX.
If you select the <p> element and run "wrap with abbreviation", it tries to wrap the entire <AbstractComponent ... /> rather than just the <p>example</p>.
Thanks for all your wonderful work on Emmet!
The text was updated successfully, but these errors were encountered:
Abstract React components are not well-supported; Emmet doesn't seem to recognize nested tags inside attributes, because it uses HTML logic for parsing tags, and this only happens in JSX.
Given this example:
If you select the
<p>
element and run "wrap with abbreviation", it tries to wrap the entire<AbstractComponent ... />
rather than just the<p>example</p>
.Thanks for all your wonderful work on Emmet!
The text was updated successfully, but these errors were encountered: