RelationManager not displaying until another action is taken
I'm not even sure where to begin troubleshooting this... on my Filament site, none of my RelationManager tables will load unless I take another action on the page. For instance, if i open my list I will not see any items until after I try to delete (and then cancel on the modal) the list. As soon as I click on the delete header action, the RelationManager will load.
Where can I even start looking to figure out why this is happening?
Solution:Jump to solution
Found the answer here: https://github.com/filamentphp/filament/compare/fdf9e831cae3b9774702ef516876386b5da2eed4...26bf88b3e4c0d120d6391cd01f469a85b4172d54
I needed to update my custom views to match the updates made in this pull request....
GitHub
Comparing fdf9e831cae3b9774702ef516876386b5da2eed4...26bf88b3e4c0d1...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - Comparing fdf9e831cae3b9774702ef516876386b5d...
1 Reply
Solution
Found the answer here: https://github.com/filamentphp/filament/compare/fdf9e831cae3b9774702ef516876386b5da2eed4...26bf88b3e4c0d120d6391cd01f469a85b4172d54
I needed to update my custom views to match the updates made in this pull request.
GitHub
Comparing fdf9e831cae3b9774702ef516876386b5da2eed4...26bf88b3e4c0d1...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - Comparing fdf9e831cae3b9774702ef516876386b5d...