-
Notifications
You must be signed in to change notification settings - Fork 0
[app] Landing page #6
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
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
| "@emotion/react": "^11.14.0", | ||
| "@emotion/styled": "^11.14.1", | ||
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.2.0", |
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.
clsx 등 없는 버전으로 변경되어 있어서 #7 에서 함께 수정했습니다 (workflow 에서 빌드 깨지는 거 이것 때문일 듯)
| render() { | ||
| return ( | ||
| <Html> | ||
| <Html suppressHydrationWarning> |
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.
| <Html suppressHydrationWarning> | |
| <Html> |
@citrusinesis 발생 시 위치를 알기 위해서 전역에서는 해제하고, 고치는 것이 불가능하다고 판단되는 위치에만 따로 추가하거나 <NoSSR> 를 사용하는 것은 어떠세요?
|
Draft 로 올리면 저한테 알림이 안가서 이번 해커톤 땐 바로 Pull Request 로 올리는 것 어떠세요? |
|
아 알림 안가는지 몰랐네여 ㅠㅠ 확인했습니당 |
No description provided.