Closed levu42 closed 1 year ago
Describe the bug In Livewire v3, outputting a component doesn't show the class info but instead renders the component's HTML and shows that in ray.
Versions Ray version (you can see this in "About Ray"): 2.6.5
You can use composer show to get the version numbers of:
composer show
PHP version: 8.2.9 Laravel version: 10.20.0 Livewire version: 3.0.1
To Reproduce Steps to reproduce the behavior:
ray($this)
Expected behavior See the normal class overview, e.g. state of the component etc
Desktop (please complete the following information):
This is fixed in the underlying spatie/ray package: https://github.com/spatie/ray/releases/tag/1.37.4
Describe the bug In Livewire v3, outputting a component doesn't show the class info but instead renders the component's HTML and shows that in ray.
Versions Ray version (you can see this in "About Ray"): 2.6.5
You can use
composer show
to get the version numbers of:PHP version: 8.2.9 Laravel version: 10.20.0 Livewire version: 3.0.1
To Reproduce Steps to reproduce the behavior:
ray($this)
Expected behavior See the normal class overview, e.g. state of the component etc
Desktop (please complete the following information):