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 19c2442 commit d3225fbCopy full SHA for d3225fb
packages/shared/src/general.ts
@@ -53,7 +53,7 @@ export function sortByKey(state: unknown[]) {
53
* @copyright [rfdc](https://github.com/davidmarkclements/rfdc)
54
* @description A really fast deep clone alternative
55
*/
56
-export const deepClone = rfdc()
+export const deepClone = rfdc({ circles: true })
57
58
export function randomStr() {
59
return Math.random().toString(36).slice(2)
0 commit comments