in v0, if we had <Group></LayoutGroup>, it would transpile it correctly to <Group></Group>. In v1, it no longer does this, but I think it still shout.
Also, we should add diagnostics to flag these mismatches as errors, so you'd have to go out of your way to even hit the transpiler in this way.
in v0, if we had
<Group></LayoutGroup>, it would transpile it correctly to<Group></Group>. In v1, it no longer does this, but I think it still shout.Also, we should add diagnostics to flag these mismatches as errors, so you'd have to go out of your way to even hit the transpiler in this way.