Defer loading on a widget
Following livewire's docs I don't seem to be able to get this working, has anyone had success deferring loading on a widget?
8 Replies
The issue is more so when they are visible, some of the widgets take a while to calulate. Would prefer to be able to show a placeholder while that's happening
Solution
use Illuminate\Contracts\View\View;
?Aye, sorry, yes. long day of converting a customers excel formulas into a filament page haha
worked?
it did thanks!