showing headerActions based on what tab you are on
I'm trying to show a header action only if you are not on the 'all' tab. when i output $livewire->activeTab in ray(), it updates correctly.
so i figured out this behaviour:
1. if i go to the page and try different tabs, nothing happens.
2. if i click on a tab that is not 'all', and then refresh the page, then it works as expected when i click back and forth on different tabs.
anyone knows why and how to fix it?
1 Reply
bump