Pagination error
getting Call to undefined method ReflectionUnionType::getName() when I switch between per page in the pagination.
Solution:Jump to solution
GitHub
Call to undefined method
ReflectionUnionType::getName()
· Issue #...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...
4 Replies
yeah, me too!
at first I thought it was my filters' fault, but it happens even when they're commented out
I think it's an update issue, my local environment has a version that is lower than the one on production, but I only get the error in production
Solution
GitHub
Call to undefined method
ReflectionUnionType::getName()
· Issue #...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...
thank you