TypeError: Failed to construct 'CustomEvent': cannot convert to dictionary. alpinejs code example
Example: custom event js
const eventDetails = {
'id': elemId
}
document.dispatchEvent (
new CustomEvent('myCustomEvent', {'detail': eventDetails})
)