awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
188 stars 42 forks source link

v2.1 is broken on Filament 3.1 and 3.2 (Livewire Multiple Root Detected) #91

Closed phonicfrank closed 6 months ago

phonicfrank commented 6 months ago

Filament Version

v3

Plugin Version

v2.1

PHP Version

PHP 8.3

Problem description

I received the following error when using TableRepeater 2.1 on Filament v 3.1 to v 3.2. Also tried this on a fresh install of Filament 3.1 and 3.2 and both returned the same error:

Livewire only supports one HTML element per component. Multiple root elements detected for component:

The temporary fix for now is to downgrade TableRepeater to 2.0 or use the default Filament Repeater.

Expected behavior

TableRepeater 2.1 to work on Filament

Steps to reproduce

Simply use TableRepeater with an eloquent relationship.

Reproduction repository

No response

Relevant log output

No response