Skip to content
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

test #222

Closed
wants to merge 1 commit into from
Closed

test #222

wants to merge 1 commit into from

Conversation

arturbien
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Dec 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frosted-ui-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 1:38am

@@ -14,7 +14,7 @@ const Button = React.forwardRef<ButtonElement, ButtonProps>(
/>
),
);
Button.displayName = 'Button';
Button.displayName = 'ButtonTest';
Copy link

Choose a reason for hiding this comment

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

The displayName property should match the component name Button. This helps maintain consistency and ensures accurate component identification in React DevTools. Please revert this change back to Button.displayName = 'Button'.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

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.

1 participant