We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f4845 commit 0b87d2eCopy full SHA for 0b87d2e
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