wire-elements / wire-extender

Wire Extender allows you to embed any Livewire component on any website or even within a static HTML file.
https://wire-elements.dev/blog/embed-livewire-components-using-wire-extender
MIT License
245 stars 9 forks source link

URL params are not recognised #21

Closed andrepolo closed 3 months ago

andrepolo commented 5 months ago

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.

PhiloNL commented 3 months ago

Thanks for reporting. I haven't had the chance to look into this yet.

PhiloNL commented 3 months ago

This should now work @andrepolo 😄