Livewire encountered corrupt data - Notifications
I've got an unexplained issue. When I try and put markdown in a Notification Body, as per docs, it throws a livewire issue:
Livewire encountered corrupt data when trying to hydrate a component. Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests.
I've stripped everything out in this example using just wom view page header actions:
The one without any markdown works fine, the other throws the :Livewire
\
Mechanisms
\
HandleComponents
\
CorruptComponentPayloadException
error.
Any ideas ?
Livewire encountered corrupt data when trying to hydrate a component. Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests.
I've stripped everything out in this example using just wom view page header actions:
The one without any markdown works fine, the other throws the :Livewire
\
Mechanisms
\
HandleComponents
\
CorruptComponentPayloadException
error.
Any ideas ?