You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Open ray app, dump (in this case) array. Hit ctrl+f to search. I was trying to find a key in the array, but instead using the search only scroll to the bottom of the page.
Actual result:
Don't find anything (even when text exists) and just scrolls to the bottom of the page.
Versions
2.8.1
You can use composer show to get the version numbers of:
spatie/ray package version: 1.41.2
spatie/laravel-ray package version (if applicable): 1.37.1
PHP version:
Laravel version (if applicable): 10.*
To Reproduce
Steps to reproduce the behavior:
Go to Ray app where you have dumped php array (bigger 50+ lines array helps make it more obvious)
Click on ctrl+f key to open search
Use the search to find array key
Search doesn't work and doesn't find anything even when the searched text exists and instead only scroll to the bottom of the page.
Expected behavior
The search to work and highlight the matched keyword (in this case array key).
Desktop (please complete the following information):
OS: Ubuntu
Version idk, 24 something
The text was updated successfully, but these errors were encountered:
Describe the bug
Open ray app, dump (in this case) array. Hit ctrl+f to search. I was trying to find a key in the array, but instead using the search only scroll to the bottom of the page.
Actual result:
Versions
2.8.1
You can use
composer show
to get the version numbers of:PHP version:
Laravel version (if applicable): 10.*
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The search to work and highlight the matched keyword (in this case array key).
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: