오픈소스 기여 일지 001

useEffect 안에 useState 의 setter 함수를 곧바로 사용하지 말라는 린트 경고를 발견한 상황이었다.


이미 useState의 초깃값으로 true가 설정되어 있어서 해당 setter 함수 setIsRestoring(true) 를 제거해도 될 것으로 판단하였다.


머지 완료: https://github.com/TanStack/query/pull/8213

fix(react-query): remove redundant `setIsRestoring(true)` to fix lint warning by saul-atomrigs · Pull Request #8213 · TanStack/query

GitHub

fix(react-query): remove redundant `setIsRestoring(true)` to fix lint warning by saul-atomrigs · Pull Request #8213 · TanStack/query

더 많은 콘텐츠를 보고 싶다면?

또는

이미 회원이신가요?

2024년 11월 3일 오전 6:22

댓글 0