I fixed the problem by not storing entities in the live component, but only their ids (then retrieving the corresponding entities with their repositories).
I went from this :
```php
public f...
I'm running into the same error after implementing my own hydration / dehydration logic, and it's not entirely clear what I'm doing wrong / how it should be fixed (and [the docs](https://symfony.co...
I'm in the process of updating to the latest symfony UX, (`2.21.0`), and I've encounter that error again. Funnily enough, I still had the proposed `UuidHydrationExtension` lying somewhere, which se...