Wrap Multiple <tr> in component

What seems to be the problem:

Is it possible to wrap multiple tr components in a livewire blade view?
I want to add an additional hidden tr component to the component which appears conditionally when clicking something in the first tr.
But there is currently no way to wrap these right? div is not possible

Are you using the latest version of Livewire:
2.4

Okay my bad. I just wrapped it additionally in a tbody and can now use both tr in the livewire blade view because tbody is now the root element.
tbody
tr
td
tr
td
tbody