Closed JohannesHoppe closed 4 years ago
The generated element looks like this: <my-comp><my-comp/>.
<my-comp><my-comp/>
But it should be instead: <my-comp></my-comp>
<my-comp></my-comp>
Thanks for creating the issue. This bug is fixed in version 0.0.3
The generated element looks like this:
<my-comp><my-comp/>
.But it should be instead:
<my-comp></my-comp>