beyondcode / herd-community

82 stars 1 forks source link

[Bug]: Empty dump window content #1004

Open maxcelos opened 3 days ago

maxcelos commented 3 days ago

Platform

macOS

Operating system version

Sonoma 14.6.1

System architecture

Intel (x86)

Herd Version

1.11.0

PHP Version

8.2

Bug description

Dumps window has counters updated but display no content.

CleanShot 2024-09-18 at 11 02 10

Steps to reproduce

Just add some dump() or dd() anywhere and run the application

Relevant log output

No response

mpociot commented 3 days ago

Does this only occur when dumping/logging some specific output?

Or do you also get this when you simply have a new route that just does dd("test");?

maxcelos commented 3 days ago

Looks like the content doesn't matter. Just tired with simple string in a fresh Laravel 11 project.

Works in:

Doesn't work:

Note: Used php artisan queue:listen in job tests