8000
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 85f96fd commit ac6fb31Copy full SHA for ac6fb31
src/lib/solution-pass/hooks/useSearch.ts
@@ -1,4 +1,3 @@
1
-import { localStorageEffect } from "@/lib/@utils/storageEffect";
2
import { QueryStatus } from "@tanstack/react-query";
3
import { chosungIncludes, hangulIncludes } from "@toss/hangul";
4
import { atom, useRecoilState, useResetRecoilState } from "recoil";
@@ -20,8 +19,7 @@ const searchAtom = atom<{
20
19
selectedProb: null,
21
code: "",
22
selectedLangs: ["JavaScript", "Python"]
23
- },
24
- effects: [localStorageEffect("solution-pass-searchAtom")]
+ }
25
});
26
27
export default function useSearch() {
0 commit comments