Pagination error
getting Call to undefined method ReflectionUnionType::getName() when I switch between per page in the pagination.
Solution
GitHub
Bug in Livewire 3 when changing the number of records per page, in the table pagination. Probably affects other areas as well. I will submit a failing test PR to Livewire as soon as I can, but if s...