livewire-datatables
livewire-datatables copied to clipboard
HELP - Uncaught (in promise) TypeError: this.messageInTransit is null
Hello
I don't understand this error: Uncaught (in promise) TypeError: this.messageInTransit is null
I see this error only in production unfortunately. and my production is equal to my development except for the content of the tables.
Someone to guide me ? Thanks
I do not know this error. Please ensure to run npm run prod and move that js/css on your production environment.
Laravel
app\http\livewire\geforia\ChoisesDatatable.php
in development tool : my_application/livewire/message/geforia.choices-datatable
on mouseover the datatable I have this error : Uncaught (in promise) TypeError: this.messageInTransit is undefined
my_application//vendor/js/component/index.js l.257:64
` messageSendFailed() {
store.callHook('message.failed', this.messageInTransit, this)
this.messageInTransit.reject()
this.messageInTransit = null
}`
the npm run prod has not changed anything
it looks like it is looking for this folder/file : my_application/livewire/message/geforia.choices-datatable, but I don't have this folder: message in the public/livewire folder
Livewire encountered corrupt data when trying to hydrate the [geforia.choices-datatable] component. Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests.