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 57e0f3f commit c4d413cCopy full SHA for c4d413c
packages/jotai/src/index.ts
@@ -107,7 +107,6 @@ export function loroMirrorAtom<S extends SchemaType>(
107
(_get, set, update: Partial<InferInputType<S>>) => {
108
store.setState(update);
109
// Reflect latest state from Mirror after any stamping like $cid
110
- console.log("mirror jotai setState", store.getState());
111
set(stateAtom, store.getState() as InferType<S>);
112
},
113
);
0 commit comments