We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 484e01d + 0b87d2e commit a7ebe4dCopy full SHA for a7ebe4d
resources/views/select-tree.blade.php
@@ -9,7 +9,7 @@
9
10
<x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
11
<div
12
- wire:key="{{ rand() }}"
+ wire:key="{{ $this->getId() }}.{{ $getStatePath() }}.{{ $field::class }}.item"
13
wire:ignore
14
x-data
15
x-load-css="[
0 commit comments