We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useCoreInfiniteQuery에서 itemContainingProp에 대한 타입 작성하지 않아도 되도록 수정
현재, 해당 훅에서는 3개의 제네릭 타입을 받습니다. 하지만 마지막 타입은 사용하지 않을 가능성도 있어 개발자가 사용하지 않아도 되도록 수정이 필요합니다. 다만 현재 기술부채가 있어 TS에 대한 기술부채를 갚고 해결해보려 합니다.
어떤 세부 기능을 구현할지 말씀해주세요.
공유할 내용, 레퍼런스, 추가로 발생할 것으로 예상되는 이슈, 스크린샷 등을 넣어 주세요.
The text was updated successfully, but these errors were encountered:
kingyong9169
No branches or pull requests
💡 개요
useCoreInfiniteQuery에서 itemContainingProp에 대한 타입 작성하지 않아도 되도록 수정
🤩 기능 설명
현재, 해당 훅에서는 3개의 제네릭 타입을 받습니다. 하지만 마지막 타입은 사용하지 않을 가능성도 있어 개발자가 사용하지 않아도 되도록 수정이 필요합니다. 다만 현재 기술부채가 있어 TS에 대한 기술부채를 갚고 해결해보려 합니다.
🍒 세부 기능
어떤 세부 기능을 구현할지 말씀해주세요.
📖 참고 사항
공유할 내용, 레퍼런스, 추가로 발생할 것으로 예상되는 이슈, 스크린샷 등을 넣어 주세요.
The text was updated successfully, but these errors were encountered: