Uncaught (in promise) TypeError: Cannot read properties of null (reading 'fingerprint') sortable livewire
// Don't use this declaration type :
@livewire('tab2', ['user_name' => $user_name], key($tab->id))
// (cause me error 500 and lost of property in child components)
// but:
<livewire:tab2 key="{{ now() }}" :user_name="$user_name" />