@@ -4,6 +4,11 @@
*
* */
// import config from '../config'
+if (!window.structuredClone) {
+ window.structuredClone = function(origin) {
+ return JSON.parse(JSON.stringify(origin))
+ }
+}
const initState = {
id: "",