Skip to content

Commit 8003d74

Browse files
Merge pull request #67 from CodeWithDennis/revert-66-bugfix/flickering-issue
Revert "Fixed flickering issue"
2 parents a7ebe4d + b2c66ad commit 8003d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/select-tree.blade.php

Lines changed: 1 addition & 1 deletion
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="{{ $this->getId() }}.{{ $getStatePath() }}.{{ $field::class }}.item"
12+
wire:key="{{ rand() }}"
1313
wire:ignore
1414
x-data
1515
x-load-css="[

0 commit comments

Comments
 (0)