Odd Livewire Error(s)
Just keeping track of some nuances to LiveWire
initialData.fingerprint The table with rows was not interating. The rows had two columns of for-each loops so as always you need keys, but I think my mistake was not making the keys different for either of them.
You can see the table below
@foreach( $imports as $import) <tr class="bg-emerald-200"> <td class="border px-8 py-4">{{ $import->id }}</td> <td class="border px-8 py-4">{{ $import->name }}</td> <td class="border px-8 py-4">{{ optional($import->source)->type }}</td> <td class="border px-8 py-4"> <div>@if($import->file_path) @livewire('download-import', ['import' => $import], key('download-' .