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
RickDB
RickDB2y ago
Can you show some code?
kimsoeurn
kimsoeurnOP2y ago
kimsoeurn
kimsoeurnOP2y ago
kimsoeurn
kimsoeurnOP2y ago
When I select change pagination that error is show.
ajnsn
ajnsn2y ago
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...
kimsoeurn
kimsoeurnOP2y ago
Thank for your information.

Did you find this page helpful?