### Symfony version(s) affected n/a ### Description after upgrading var-dumper to 6.3, when using `dump()` or `dd()`, expand or collapse for object/array/string suddenly not working. <img width="371" alt="image" src="https://github.com/symfony/symfony/assets/6737021/f2596aeb-5c75-451f-99bf-bdbfdffd59d8"> https://github.com/symfony/symfony/assets/6737021/240856c0-3a7e-40c5-89c3-505115154cea ### How to reproduce - `composer init` then install `symfony/var-dumper` v6.3 - open `index.php` in browser - expand or collapse not working [composer.json.txt](https://github.com/symfony/symfony/files/11607410/composer.json.txt) [index.php.txt](https://github.com/symfony/symfony/files/11607411/index.php.txt) ### Possible Solution _No response_ ### Additional Context - browser: Chrome - platform: Windows - user agent: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36`