Hi all,
I have a very simple Livewire component that just switches the currency. It doesn’t do much at the moment but it will. The Livewire component is on the top. How would I go about being able to access the property from within lower components?
-> index (contains two Livewire components)
-> items (Blade component and is inside the above file)
-> Loop through items (render item Blade component)
I can’t seem to access the Livewire property from within the lower item Blade component. Hopefully this makes sense. Any help would be great, I am sure it’s a simple problem. I am correct to assume that Livewire properties should be accessible to all child Blade components on the same page? I am using the latest Livewire version (1.x).
I am trying to access the Livewire property $currency from within the Product component.