fix(terminal): add unique wire:key to terminal component for improved reactivity and state management

This commit is contained in:
Andras Bacsai
2025-06-06 21:51:42 +02:00
parent 8e70b2907f
commit 6aa82817df

View File

@@ -50,7 +50,7 @@
@endif
<div class="mx-auto w-full">
<livewire:project.shared.terminal />
<livewire:project.shared.terminal wire:key="terminal-{{ $this->getId() }}-server" />
</div>
@else
<div>Terminal access is disabled on this server.</div>