Table Builder
I just installed Table Builder in new Laravel project. When I select change pagination it show error (Call to undefined method ReflectionUnionType::getName()) and How to fix that?
6 Replies
Can you show some code?
When I select change pagination that error is show.
Hey, this is a know issue atm: https://github.com/filamentphp/filament/issues/7778 - hopefully will be fixed soon.
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 for your information.