Skip to content

Commit

Permalink
fix wire:key
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Sep 30, 2023
1 parent 5e0a55f commit aad9077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/table-base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class="{{ $theme->theadClass }}"
<tbody
class="{{ $theme->tbodyClass }}"
style="{{ $theme->tbodyStyle }}"
wire:key="{{ md5('tableBody-'.now()) }}
wire:key="tableBody-{{ uniqid() }}"
>
{{ $rows }}
</tbody>
Expand Down

0 comments on commit aad9077

Please sign in to comment.