Results 2 comments of Craig

I have just came across this bug also. Adding flex-shrink: 0 has fixed it for me in the meantime

I was able to get around this by doing the following on my API resource ``` /** @format date */ 'start_date' => $this->start_date->format('Y-m-d'), ``` This produces `string` on the API...