Emils Rits
Emils Rits
Have you tried as workaround: ```php Column::make("Company")->label(fn ($row) => optional($row->company)->name), Column::make("Rel. Company")->label(fn ($row) => optional($row->related_company)->name), ```
If you add the `Cloneable` trait on the relation model you can chain the duplication further from there.
Any solution to this issue? Experiencing the same problem - all markers non-clustered and clustered flicker on every zoom level change. Note: I am using **@googlemaps/react-wrapper**, did not check if...