Josh Hanley

Results 7 issues of Josh Hanley

![image](https://user-images.githubusercontent.com/882837/137998250-8c669973-3bfc-4201-978d-262361fbe163.png) ![image](https://user-images.githubusercontent.com/882837/137998312-199f4b57-6d62-4845-8340-ab8229ad6903.png)

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...

Waiting

Currently if you have nested components in a loop and you don't have a `wire:key`, you get the following error ![image](https://user-images.githubusercontent.com/882837/132795725-ed5fd940-623a-4033-ae9b-c3fc30b35fad.png) The issue is, when morphdom tries to add a...

Waiting

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....

Failing Test

## 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,...

New Feature