-
Notifications
You must be signed in to change notification settings - Fork 3
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
질문폼 생성 후, 회원가입 안내 페이지로 이동 #169
Conversation
Bundle SizesCompared against 98215d6
Dynamic import: No significant changes found |
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.
💯
|
||
const [customItems, setCustomsItems] = useState<QuestionItem[]>([]); | ||
|
||
const [_, setCreateSurveyRequest] = useLocalStorage<QuestionRequest[]>('createSurveyRequest', []); |
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.
저는 이렇게 튜플 형식으로 반환될 때 언더스코어 자주 쓰긴 해요 ~~ 👍 👍
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
=======================================
Coverage 92.52% 92.52%
=======================================
Files 38 38
Lines 281 281
Branches 52 52
=======================================
Hits 260 260
Misses 21 21
☔ View full report in Codecov by Sentry. |
Deploying with Cloudflare Pages
|
🤔 해결하려는 문제가 무엇인가요?
질문폼 생성 후, 회원가입 안내 페이지로 이동
🎉 변경 사항
이대로 생성하기
버튼을 클릭하면 Dialog가 뜨고,네
를 선택하면🙏 여기는 꼭 봐주세요!