-
Notifications
You must be signed in to change notification settings - Fork 9
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
Log viewer not working error logging specific array value #14
Comments
Thanks for the report! Can you paste the content of the log which creates
the error?
…On Sun, 12 Nov 2023, 07:25 Julius151 ***@***.***> wrote:
Whenever I use error_log to view the value of a specific variable I get
this error message in teh console:
[Vue warn]: Invalid prop: type check failed for prop "value". Expected Array, Object, got String with value "".
found in
---> <MdTable>
<Root> ***@***.******@***.***)
warn ***@***.***:634
assertProp ***@***.***:1714
validateProp ***@***.***:1641
updateChildComponent ***@***.***:4148
prepatch ***@***.***:3132
patchVnode ***@***.***:6303
updateChildren ***@***.***:6188
patchVnode ***@***.***:6314
patch ***@***.***:6475
_update ***@***.***:3949
updateComponent ***@***.***:4067
get ***@***.***:4478
run ***@***.***:4553
flushSchedulerQueue ***@***.***:4311
nextTick ***@***.***:1989
flushCallbacks ***@***.***:1915
and:
Uncaught (in promise) TypeError: this.rowsDisplay.sort is not a function
setNewData http://localhost/php-error-log-viewer-master/:142
getLog http://localhost/php-error-log-viewer-master/:145
How can I prevent this?
—
Reply to this email directly, view it on GitHub
<#14>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGTK5FURBEL47WZ3TX3AC3YEBTV3AVCNFSM6AAAAAA7HZLR3GVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DSMRVHA2TKMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for the quick reply. It's basically just an array I created with a class method: [12-Nov-2023 06:27:29 UTC] ### - options - ###
[12-Nov-2023 06:27:29 UTC] Array
(
[0] => Getränke
[1] => Snacks
[2] => Alkohol
) |
Time flies.. I found some time to dig today. I couldn't reproduce the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever I use error_log to view the value of a specific variable I get this error message in the console:
How can I prevent this?
The text was updated successfully, but these errors were encountered: