We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Console is flooded with these Error sending message: DOMException: HTMLElement object could not be cloned.
Error sending message: DOMException: HTMLElement object could not be cloned.
11:38:38.809 Error sending message: DOMException: HTMLElement object could not be cloned. captureHtmxEvent content.js:538 triggerEvent htmx.esm.js:2955 issueAjaxRequest htmx.esm.js:4410 boostElement htmx.esm.js:2300 x htmx.esm.js:2455 r helpers.js:90 Oy browserapierrors.js:204 W_ dom.js:75 addEventListener htmx.esm.js:2467 forEach htmx.esm.js:752 addEventListener htmx.esm.js:2386 boostElement htmx.esm.js:2294 boostElement htmx.esm.js:2293 initNode htmx.esm.js:2819 processNode htmx.esm.js:2853 forEach htmx.esm.js:752 processNode htmx.esm.js:2853 htmx htmx.esm.js:4943 ready htmx.esm.js:4905 htmx htmx.esm.js:4939 <anonymous> htmx.esm.js:4979 content.js:545:15 captureHtmxEvent moz-extension://cd8d7c63-82da-4a8d-9401-40dfd1974482/content.js:545
To Reproduce
Expected behavior Not get flooded with errors
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context The HTMX site is mostly just using boost e.g:
<body hx-boost="true" hx-target="#container" hx-swap="outerHTML"> <main id="container hx-history-elt> ... lots of nested elements
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Console is flooded with these
Error sending message: DOMException: HTMLElement object could not be cloned.
To Reproduce
Expected behavior
Not get flooded with errors
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The HTMX site is mostly just using boost e.g:
The text was updated successfully, but these errors were encountered: