Closed Alex-Sichkar closed 7 months ago
Hi Alex, I have spotted you have submitted an issue to Alpine. I suspect you are right about it being an Alpine issue. Will add my thoughts there...
I have submitted a pull request to Alpine.js to change the DOM fragment creation method to enable table support: https://github.com/alpinejs/alpine/pull/3020
@samwillis thank you!
No worries, 'tr' as a component root element is clearly going to be a very common pattern so it's quite critical that it works!
I think you can close this issue as https://github.com/alpinejs/alpine/pull/3020 is already merged.
It's merged, but with the version included in Tetra it does not work. And the newest version (3.10.5) seems to break Tetra completely.
Any workarounds?
I've included Alpine v3.13.8 in tetra, and <tr>
tags as root element are working flawlessly now.
First of all, thank you for this promising project. Is it required to use
<div>
as a component root in the template? I'm trying to use<tr>
and get an exception:Minimal component to reproduce: