V3 Pagination Error
I am trying to upgrade v2 to v3, have followed all the steps mentioned in the documentation. Though I was able to fixe quite a few errors. I am unable to track the issue of this error. Any help would be much appreciated.
Property [$numberOfPaginatorsRendered] not found on component: [app.filament.resources.ad-valorem-rate-resource.pages.manage-ad-valorem-rate]
9 Replies
Did you run
php artisan view:clear
in the process?I did, still the same
Bump
Was able to resove this after running php artisan livewire:upgrade
Thanks! In my case this was caused by old livewire published pagination view files, republishing fixes this issue π
i am facing this issue. still i am not able to solve it
when i use pagination(false it works nd all the records appers ) but on true it again gives error
No views published?
i got views when i put false
Are there views in
/resources/views/vendor/
?no
if i use paginated(false); every thing workes fine but i need to uses pagination