Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel][VarDumper] Fix dumping with labels#50397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
bobthecow commentedMay 23, 2023
Thanks for jumping on this,@nicolas-grekas! This fix works, in that it no longer breaks functionality. But it does look like it introduces a change in formatted output that puts empty spans in front of a lot of things: ![]() Either that or this was introduced somewhere else but masked by the BC break in my tests. |
nicolas-grekas commentedMay 25, 2023
@bobthecow fixed! |
bobthecow commentedMay 25, 2023
@nicolas-grekas perfect, thanks so much! |

Shouldfix#50347 (comment) /cc@bobthecow
Also improves the display in the WDT: