Skip to content

Commit a61a1a0

Browse files
committed
docs: 백틱추가
1 parent c56c424 commit a61a1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/v5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ getPreviousPageParam: (firstPage, allPages, firstPageParam, allPageParams) =>
364364

365365
### 17. ⭐️ 'status: loading' has been changed to 'status: pending' and 'isLoading' has been changed to 'isPending' and 'isInitialLoading' has now been renamed to 'isLoading'
366366

367-
- 'loading' 옵션이 'pending'으로 변경되었으며, 마찬가지로 'isLoading' 플래그가 'isPending'으로 변경되었습니다.
367+
- `loading` 옵션이 `pending`으로 변경되었으며, 마찬가지로 `isLoading` 플래그가 `isPending`으로 변경되었습니다.
368368

369369
```tsx
370370
isPending: boolean;
@@ -375,7 +375,7 @@ isError: boolean;
375375
// A derived boolean from the status variable above, provided for convenience.
376376
```
377377

378-
- 'mutation'의 경우에도 'isLoading' 플래그가 'isPending'으로 변경되었습니다.
378+
- `mutation`의 경우에도 `isLoading` 플래그가 `isPending`으로 변경되었습니다.
379379

380380
```tsx
381381
status: string;

0 commit comments

Comments
 (0)