laravel-dev-tools
laravel-dev-tools copied to clipboard
Nested properties not being found.
This is a really straightforward issue. These aren't being detected.
This is the livewire form class that has all the properties in it that it should be finding.
The issue is occurring in "app/Lsp/LspValidators/LivewireLspValidate.php". Additional reflection needs to happen such that nested properties are detected.
Since I know what and where the issue is I am willing to look into fixing this and creating a pull request if you don't currently have something in the works yourself.
Hey! Feel free to make a pr. I am currently not using this myself since I moved to vue.