Grid::make()->schema(function()) called 5 times on load
I've some dynamic fields in a grid which fetches some data from a api, but this schema is called 5 times on load? Should I cache the API result or is this a filament bug?
1 Reply
If I remove the
$get
its called 3 times