Skip to content

Commit a7ebe4d

Browse files
Merge pull request #66 from CodeWithDennis/bugfix/flickering-issue
Fixed flickering issue
2 parents 484e01d + 0b87d2e commit a7ebe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/select-tree.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
1111
<div
12-
wire:key="{{ rand() }}"
12+
wire:key="{{ $this->getId() }}.{{ $getStatePath() }}.{{ $field::class }}.item"
1313
wire:ignore
1414
x-data
1515
x-load-css="[

0 commit comments

Comments
 (0)