Laravel – Livewire component renders element attribute in wrong order and breaks the wire:click event
I'm working on a livewire component that acts as a file browser. Initially a list of files and folders is passed to the components blade, if the item is a directory an anchor is returned which changes the current path…