-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
구현 - 박스 오피스 순위 API 및 모델 추가 #13
구현 - 박스 오피스 순위 API 및 모델 추가 #13
Conversation
Quality Gate passedIssues Measures |
...axiosConfig, | ||
}); | ||
|
||
return { data: camelCaseObjMapper(data), ...rest }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저라면 그냥 이렇게 한 번에 처리할 것 같네요
return tmdbHttp.get('').then((res) => camelCaseObjMapper(res.data))
import { PopularMovieListRes } from "./response-types"; | ||
|
||
export default class MovieListApi { | ||
static baseURL = "movie"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 외부에 노출시킬 필요도 없으니 8번째 라인쯤에서 관리해도 되겠네요
"@vanilla-extract/dynamic": "*", | ||
"@vanilla-extract/next-plugin": "*", | ||
"@vanilla-extract/recipes": "*", | ||
"@vanilla-extract/sprinkles": "*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm -r update @vanilla-extract/css@"^1.15.3"
PR 타입
연관 이슈
resolve #12
개요
변경 사항
Slot
컴포넌트 추가Aspect-Ratio
컴포넌트 추가리뷰시 참고할 사항