Skip to content

Commit 4252927

Browse files
authored
docs(suspensive.org): update callout for "support both TanStack Query v4 and v5" (#1196)
# Overview - I deleted the callout where "@suspensive/[email protected]" was incorrectly written as "@tanstack/[email protected]". - I have standardized the callout content for "Support both TanStack Query v4 and 5". ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
1 parent 1e6b16b commit 4252927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/suspensive.org/src/pages/docs/react-query/motivation.en.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Steps } from 'nextra/components'
1515

1616
<Callout type='info'>
1717

18-
From version 2.2.0 onwards, @tanstack/react-query supports both v4 and v5. To support older browser versions, use @tanstack/react-query v4.
18+
From version 2.2.0 onwards, @tanstack/react-query supports both v4 and v5. To support older browser versions, use @suspensive/react-query with @tanstack/react-query v4.
1919

2020
</Callout>
2121

docs/suspensive.org/src/pages/docs/react-query/motivation.ko.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Steps } from 'nextra/components'
1515

1616
<Callout type='info'>
1717

18-
@tanstack/react-query@2.2.0 버전 이후로는 @tanstack/react-query v4와 v5을 모두 지원합니다. 더 낮은 버전의 브라우저를 지원하려면 @tanstack/react-query v4를 사용하세요.
18+
2.2.0 버전 이후로는 @tanstack/react-query v4와 v5을 모두 지원합니다. 더 낮은 버전의 브라우저를 지원하려면 @suspensive/react-query@tanstack/react-query v4와 함께 사용하세요.
1919

2020
</Callout>
2121

docs/suspensive.org/src/pages/docs/react-query/tanstack-query-compatibility.ko.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Callout } from '@/components'
44

55
<Callout type='info'>
66

7-
@tanstack/react-query@2.2.0 버전 이후로는 @tanstack/react-query v4와 v5을 모두 지원합니다. 더 낮은 버전의 브라우저를 지원하려면 @suspensive/react-query@tanstack/react-query v4와 함께 사용하세요.
7+
2.2.0 버전 이후로는 @tanstack/react-query v4와 v5을 모두 지원합니다. 더 낮은 버전의 브라우저를 지원하려면 @suspensive/react-query@tanstack/react-query v4와 함께 사용하세요.
88

99
</Callout>
1010

0 commit comments

Comments
 (0)