barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.36k stars 1.56k forks source link

Empty Bindings and Backtrace #1684

Closed rolland97 closed 3 weeks ago

rolland97 commented 1 month ago

image

Environment:

rolland97 commented 1 month ago

Laravel Debugbar v3.14.2 functions correctly, but the latest version (v3.14.3) is not working as expected.

Johnefsh commented 4 weeks ago

Same here any help please.

tpetry commented 3 weeks ago

Laravel Debugbar v3.14.2 functions correctly, but the latest version (v3.14.3) is not working as expected.

Thanks for finding the exact version that broke this.

@mccahan This seems to be because of your values.values() change. I don't understand why it should be a problem, but its the only change. Are there any other possible implementations that would fix the edge case you had by extending the Array prototype?

Johnefsh commented 3 weeks ago

For me noting changed I just upgraded to version v3.14.3, should I return to v3.14.2 for now?

mccahan commented 3 weeks ago

@tpetry Whoops, this does in fact seem to be mine. I've got a PR in #1686

Johnefsh commented 2 weeks ago

I have uninstalled the laravel-debugbar and install it and I cleared my config but still having the same exact problem.

barryvdh commented 2 weeks ago

Can you try with v3.14.4 ?

Johnefsh commented 2 weeks ago

Can you try with v3.14.4 ?

@barryvdh Thanks, this solved the issue.