-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: data.__meta is undefined #1614
Comments
Are you using a custom configuration? |
Laravel 11 + Breeze Inertia/Vue stack. In addition, sometimes the following warning also appears on the first visit |
I just did a clean install of Laravel 11 and found this javascript error in the browser console.
After some research, I have found that the package
maximebf/php-debugbar
has suffered a change in its version 1.22 which is used bybarryvdh/laravel-debugbar
since version 3.13.The problem seems to be that now the
addDataSet
method expects the__meta
property, however, it is not receiving it.https://github.com/maximebf/php-debugbar/blob/v1.22.0/src/DebugBar/Resources/debugbar.js#L944
I hope this information will help to solve the problem.
The text was updated successfully, but these errors were encountered: