We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2e794 commit bd51c03Copy full SHA for bd51c03
src/utils/clone.js
@@ -1,3 +1,4 @@
1
+// TODO: consider other options for performance reasons - http://jsben.ch/bWfk9
2
export function deepClone(obj) {
3
return JSON.parse(JSON.stringify(obj));
4
}
0 commit comments