Skip to content

Conversation

@marcodejongh
Copy link
Owner

The Space component from Ant Design doesn't have a 'block' prop. Replace with Flex which provides the same vertical layout with gap="middle" and naturally takes full width.

The Space component from Ant Design doesn't have a 'block' prop.
Replace with Flex which provides the same vertical layout
with gap="middle" and naturally takes full width.
@vercel
Copy link

vercel bot commented Jan 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
boardsesh Building Building Jan 5, 2026 1:20am

@marcodejongh marcodejongh merged commit 8777240 into main Jan 5, 2026
3 of 5 checks passed
@claude
Copy link

claude bot commented Jan 5, 2026

Claude Review

Ready to merge - No significant issues found.

The fix correctly replaces Space with Flex to resolve the TypeScript type error. The Flex component with vertical and gap="middle" provides equivalent layout behavior, and the child buttons already have block props for full-width rendering.

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