From a99f71ab1d08145c21c0738ce3b61006e5536a63 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 4 Feb 2026 22:34:01 +0900 Subject: feat(deps): migrate atomFamily from jotai/utils to jotai-family Replace built-in jotai atomFamily with jotai-family package for better parameter-based atom family support. Co-Authored-By: Claude Opus 4.5 --- src/client/atoms/study.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/atoms/study.ts') diff --git a/src/client/atoms/study.ts b/src/client/atoms/study.ts index 1911737..324f92e 100644 --- a/src/client/atoms/study.ts +++ b/src/client/atoms/study.ts @@ -1,4 +1,4 @@ -import { atomFamily } from "jotai/utils"; +import { atomFamily } from "jotai-family"; import { atomWithSuspenseQuery } from "jotai-tanstack-query"; import { apiClient } from "../api/client"; import { shuffle } from "../utils/shuffle"; -- cgit v1.3-1-g0d28