patch: livewire url attributes

This commit is contained in:
HDVinnie
2024-03-06 02:02:05 -05:00
parent 9a78853a27
commit 71c5a3ebcb
43 changed files with 400 additions and 314 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ class TopicPostSearch extends Component
{
use WithPagination;
#[Url]
#TODO: Update URL attributes once Livewire 3 fixes upstream bug. See: https://github.com/livewire/livewire/discussions/7746
#[Url(history: true)]
public string $search = '';
public Topic $topic;