Closed jasonvarga closed 3 years ago
@jasonvarga Thanks for the detailed report!
I haven't been able to reproduce this. I noticed in your gif that for the first 2 you clicked the arrow, and for the last only the label, could you please see if that's where the bug originates? Knowing this would make it easier for me to figure out a fix 🙏
If this isn't the cause of the issue, would it be possible for you to set up a minimal repository where I can easily reproduce this please?
Good catch on the arrows, but that doesn't look like it changes anything.
https://github.com/jasonvarga/ray-expand-bug
Visit /
with ray open, then click through some items inside instances
.
Thanks a bunch for the repo, I've managed to fix this issue. This change will be included in 1.18.0, which will be releasing later this week :)
That was fast. Awesome, thank you!
I'm curious what the problem was, if you don't mind?
We were using the wrong version of the symfony dump script to evaluate the html, so I've changed how the script is loaded :)
Describe the bug
Sometimes, expanding objects doesn't work.
Here you can see
config
andrequest
work, butevents
doesn't. The arrow toggles, but nothing appears.I'm aware this is the Symfony var dumper, but when I try to expand the same thing in the browser it works.
Versions Ray: 1.17.1 spatie/ray: 1.26.1 spatie/laravel-ray: 1.30.3 PHP: 8.0.11 Laravel: 8.64.0
To Reproduce Steps to reproduce the behavior:
ray(app())
instances
, then expandevents
. (There's nothing special aboutevents
. Maybe it'll work. Maybe others won't.)Expected behavior It should expand.
Desktop (please complete the following information):