Skip to content

Commit

Permalink
chore: 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jgjgill committed Oct 23, 2024
1 parent 1076619 commit b404eb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion contents/development/moving-on-to-pnpm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,12 @@ pnpm은 최상단 `node_moduels`에 모든 것을 이동시키지 않는다.

<br />

엄격한 의존성 관리와 겪은 개인적인 사례는 `antd`를 버전을 4 → 5로 마이그레이션할 때 경험했다.
엄격한 의존성 관리와 겪은 개인적인 사례는 `antd` 버전을 4 → 5로 마이그레이션할 때 경험했다.

(관련 작성글: [날짜 라이브러리 리팩터링 (Antd V5 migration)](https://jgjgill-blog.netlify.app/post/date-library-refactoring/))

<br />

이때 날짜 라이브러리 `moment`가 제거되었는데 빌드 에러가 발생했다.
원인은 `package.json`에 설치하지 않고 `antd` 4버전에 `moment` 의존성을 참조하여 사용하고 있었던 것이다.

Expand Down
2 changes: 1 addition & 1 deletion roads/2024/08/30.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GraphQL에서는 `cache.modify`를 통해 캐싱된 필드의 값을 직접 수
- 캐시된 값도 수정하는 낙관적 업데이트로 수행 여부를 결정한다.
- 기본값은 `false`이다.

## 참고 자료
## 참고 문서

- [Using cache.modify](https://www.apollographql.com/docs/react/caching/cache-interaction/#using-cachemodify)
- [modify](https://www.apollographql.com/docs/react/api/cache/InMemoryCache/#modify)

0 comments on commit b404eb3

Please sign in to comment.