-
Notifications
You must be signed in to change notification settings - Fork 1
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
회원가입 약관 동의, 약관 상세 #25
Conversation
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.
고생하셨습니다 🔥
이것 저것 달다보니 리뷰가 18개가 되어버렸네요...!
활발한 의견 공유 있었으면 좋겠습니다!
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.
Uncaught ModuleBuildError: Module build failed (from ../../node_modules/@vanilla-extract/webpack-plugin/loader/dist/vanilla-extract-webpack-plugin-loader.cjs.js):
NonErrorEmittedError: (Emitted value instead of an instance of Error) ReferenceError: $RefreshReg$ is not defined
라는 에러가 뜨면서 접근이 안되네요
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.
어 저는 해당 문제 없이 dev 환경에서 실행이 되는데, 빌드시에 발생된 에러인가요?
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.
아뇨 dev 모드로 실행후 /agreement/detail 접근하면 발생합니다
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.
저도 /agreement/detail 엔드포인트에서 접근이 안됩니다.
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.
여전히 안되네요 ;(
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.
해당 부분은 저는 정상적으로 동작을 해서 살펴보도록 하겠습니다. vanilla-extract-css/vanilla-extract#1043 해당 이슈를 참고하면 module 방식과 연관이 있는 것 같은데, 저는 에러가 구현이 안 되서 해결 여부를 확인할 수가 없네요.. ㅜㅜ
- /public/icon 폴더로 경로 변경
해당 review 반영해서 수정해야 하는 부분 수정했습니다! |
url 경로를 하나의 object로 관리하면 좋을 것 같은데 /app/_lib 폴더를 만들고 하나의 파일에서 관리를 하려고 합니다. path.ts로 파일을 만들어서 path 변수에서 관리하는게 어떨까요? 추가 path가 있을 때 마다 path 변수에 url을 추가하면서 관리하면 좋을 것 같습니다.! |
- 변수 termsOfDeatils, 타입 TermsOfDetail 이름 변경
좋습니다! |
이름은 _lib이 적당할까용? 상수라는 의미로 |
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.
여전히 안되네요 ;(
What is this PR?
What has changed?
약관동의
약관 동의 상세
A notice to reviewers...
Screen