If you use the #[Url] attribute on a property in a Livewire-Component, this property is added to the URL. When you refresh the page you'd expect this param to be recognised by Livewire, but it doesn't. It works in a regular component, but when embedded using this wonderful package, it's not.
If you use the
#[Url]
attribute on a property in a Livewire-Component, this property is added to the URL. When you refresh the page you'd expect this param to be recognised by Livewire, but it doesn't. It works in a regular component, but when embedded using this wonderful package, it's not.