You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bundle.js:2206 Uncaught TypeError: Illegal invocation
at _clone (bundle.js:2206)
at clone (bundle.js:2246)
at Object.30.clone (bundle.js:3077)
at o (bundle.js:1)
at r (bundle.js:1)
at bundle.js:1
The text was updated successfully, but these errors were encountered:
I didn't look at your code (from 2018 `:)) but for anyone else encountering this issue, there's a good chance that your object includes references to some DOM elements, which can't be cloned and will cause this error.
Unzip clone-issue.zip
and:
Got:
The text was updated successfully, but these errors were encountered: