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
I believe this was fixed in #2921. The second example provided is missing a > in the second Component tag, after fixing that, vat seems to work as expected.
BUG REPORT:
What happened:
Using JSX with custom Components and using
vit
orvat
, custom JSX tags are ignored.What did you expect to happen:
I expect custom JSX html-like tag to be selected
How to reproduce it (as minimally and precisely as possible):
If cursor is at pipe (|), then hitting
vat
selects the outerdiv
and seems to ignore the<MyCustomComponent>
tag.Environment:
The text was updated successfully, but these errors were encountered: