Hi! I'm trying to understand why the `AutoUpdateTitleWithLabelSubscriber` configured on `symfony/ux` does not work. For example in the PR https://github.com/symfony/ux/pull/2602, I added the label `LiveComponent` which has a `dddddd` color, but the title didn't change. I have another examples, if it can helps: - https://github.com/symfony/ux/pull/2609 - https://github.com/symfony/ux/pull/2506 - https://github.com/symfony/ux/pull/2510 Do you know what can happens here? Could it be caused by a missing configuration in https://github.com/symfony/ux/settings/hooks? Thanks!