diff --git a/.changepacks/changepack_log_SP0904pcO-xGA0eIgJ3Nb.json b/.changepacks/changepack_log_SP0904pcO-xGA0eIgJ3Nb.json new file mode 100644 index 0000000..350f8f5 --- /dev/null +++ b/.changepacks/changepack_log_SP0904pcO-xGA0eIgJ3Nb.json @@ -0,0 +1 @@ +{"changes":{"packages/hookform/package.json":"Patch","packages/react-query/package.json":"Patch"},"note":"update react-query version","date":"2026-07-14T00:55:20.759158700Z"} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1e47848..ad41264 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json .claude .sisyphus .omc +.omo \ No newline at end of file diff --git a/README.md b/README.md index b468b64..c0a5763 100644 --- a/README.md +++ b/README.md @@ -843,7 +843,7 @@ function UserList() { { // React Query options staleTime: 5 * 60 * 1000, // 5 minutes - cacheTime: 10 * 60 * 1000, // 10 minutes + gcTime: 10 * 60 * 1000, // 10 minutes refetchOnWindowFocus: false, retry: 3, } @@ -892,8 +892,8 @@ function CreateUserForm() {