Skip to content

Commit 5ffbbaf

Browse files
Merge pull request #49 from CodeWithDennis/48-bug-live-doesnt-work
Add wire key to component
2 parents 6493bb8 + 90a5013 commit 5ffbbaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/select-tree.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
22
<div
3+
wire:key="{{ rand() }}"
34
wire:ignore
45
x-data
56
x-load-css="[

0 commit comments

Comments
 (0)