Skip to content

Commit

Permalink
Update experimental.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Jul 4, 2024
1 parent 387fd34 commit 6060832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/state/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const reify = <T = unknown>(cursor: T): extractGeneric<T> => {
// 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<T>;
};

Expand Down

0 comments on commit 6060832

Please sign in to comment.