I have a problem with liveware, which is that I cannot make dynamic buttons whose method depends on the model, for example: each button depends on the array returned by the Vote model, which defer according to 'type' of this vote the problem starts after clicking on an action that changes the 'type' of vote, then the list of buttons changes (also the methods name in wire:click).
But I hope someone help me find a clever way to do it, this solution is not so much useful when things get complicated!
you shoud add
wire:keylike in exampleThe documenatation shoudl be very usefull.