diff --git a/src/core/state/experimental.ts b/src/core/state/experimental.ts index 45d7175..ea20911 100644 --- a/src/core/state/experimental.ts +++ b/src/core/state/experimental.ts @@ -379,7 +379,7 @@ export const reify = (cursor: T): extractGeneric => { // console.log({ cursorPath, manager }); //console.log(JSON.stringify(manager.value)); const v = getValueUsingPath(manager.value as any, cursorPath); - //console.log({ v, cursorPath }); + //console.log({ v: JSON.stringify(v), cursorPath }); return v as extractGeneric; };