We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4321a commit f0a2998Copy full SHA for f0a2998
src/focusAtom.ts
@@ -1,8 +1,7 @@
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
3
-import type { Atom } from 'jotai';
4
import { atom } from 'jotai/vanilla';
5
-import type { SetStateAction, WritableAtom } from 'jotai/vanilla';
+import type { Atom, SetStateAction, WritableAtom } from 'jotai/vanilla';
6
import * as O from 'optics-ts';
7
8
const getCached = <T>(c: () => T, m: WeakMap<object, T>, k: object): T =>
0 commit comments