Skip to content

[VarDumper] Expand // Collapse is broken #48545

@lyrixx

Description

@lyrixx

Symfony version(s) affected

6.2.1

Description

With a very fresh Symfony 6.2 the HTML dump does not work well.
When I click on it does not expand / collapse anymore, and the dump is always expanded.

How to reproduce

symfony new --webapp  symfony-62
cd symfony-62
bin/console make:controller Homepage
symfony serve -d
code src/Controller/HomepageController.php

⬇️

#[Route('/', name: 'app_homepage')]
    public function index(): Response
    {
        dd([
            'a' => [
                'b' => [
                    'c' => [
                        '' => range(1, 10),
                    ]
                ]
            ]
        ]);

image

Possible Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy