Skip to content

Conversation

@citrusinesis
Copy link
Contributor

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Sep 20, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

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.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

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 Free

Your 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 @coderabbitai help to get the list of available commands and usage tips.

"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.2.0",
Copy link
Member

@junhoyeo junhoyeo Sep 20, 2025

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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Html suppressHydrationWarning>
<Html>

@citrusinesis 발생 시 위치를 알기 위해서 전역에서는 해제하고, 고치는 것이 불가능하다고 판단되는 위치에만 따로 추가하거나 <NoSSR> 를 사용하는 것은 어떠세요?

@junhoyeo
Copy link
Member

Draft 로 올리면 저한테 알림이 안가서 이번 해커톤 땐 바로 Pull Request 로 올리는 것 어떠세요?

@citrusinesis
Copy link
Contributor Author

아 알림 안가는지 몰랐네여 ㅠㅠ 확인했습니당

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants