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

fix: Button cannot appear as a descendant of button #350

Merged
merged 11 commits into from
Mar 26, 2024
Merged

Conversation

Xavier-Charles
Copy link
Contributor

Move action button outside the collapsible button trigger

@Xavier-Charles Xavier-Charles marked this pull request as ready for review March 25, 2024 16:17
@@ -34,7 +34,7 @@ export const BlogCard: FC<{

return (
<FeedItemDisclosure>
{({ open }) => (
{() => (
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this function definition is not necessary

@v-almonacid v-almonacid merged commit 93a9f80 into dev Mar 26, 2024
@v-almonacid v-almonacid deleted the ALPHA-4837 branch March 26, 2024 14:11
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.

2 participants