Skip to content

Conversation

illiakovalenko
Copy link
Contributor

@illiakovalenko illiakovalenko commented Sep 5, 2025

Description / Motivation

Previously, any custom properties passed to a Field component were not propagated to its corresponding empty field component. As a result, developers could not access these additional props when rendering custom empty states and the default empty component didn't apply these properties as well

This change ensures that all custom properties provided to the Field component are now also passed down to the empty field component.

Testing Details

  • Unit Test Added
  • Manual Test/Other (Please elaborate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Copy link

github-actions bot commented Sep 5, 2025

📦 Package Size and Test Coverage Report

Package Base Size PR Size Δ Change Base Coverage PR Coverage Δ Change
cli 38.13 KB 38.13 KB ✅ 0.00 KB 57.42% 57.42% 0.00%
core 372.67 KB 372.67 KB ✅ 0.00 KB 93.69% 93.69% 0.00%
create-content-sdk-app 150.50 KB 150.50 KB ✅ 0.00 KB 96.22% 96.22% 0.00%
nextjs 335.20 KB 335.20 KB ✅ 0.00 KB 90.71% 90.71% 0.00%
react 181.57 KB 182.17 KB 🔺 +0.60 KB 92.17% 92.22% +0.04%
Total 🔺 +0.60 KB

@illiakovalenko illiakovalenko requested a review from a team September 5, 2025 09:02
Copy link
Contributor

@addy-pathania addy-pathania left a comment

Choose a reason for hiding this comment

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

Looks good!

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