Josh Hanley
Josh Hanley
 
This adds a failing tests for the scenario where there are two lists on a page with each element using the same `wire:key` structure like `$loop->index`. If a new element...
Currently if you have nested components in a loop and you don't have a `wire:key`, you get the following error  The issue is, when morphdom tries to add a...
This PR adds a failing test for handling of update hooks for array properties (and possibly others). The test is structured the way that V2 handles update hooks for arrays....
## Scenario Livewire offers the ability to access javascript lifecycle hooks by using `Livewire.hook()`. Typically these would get used like the below `commit` hook: ```javascript Livewire.hook('commit', ({ component, commit, respond,...
wip