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: only spread rest props to child components #347

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

fabiankaegy
Copy link
Member

Description of the Change

In the PostMeta components we passed all the props down to the individual child components such as RichText. However in reality we should have excluded the ones we already deconstructed out. So instead we now only pass the remaining props after we took out the ones we need for other things.

@fabiankaegy fabiankaegy self-assigned this Nov 20, 2024
@fabiankaegy fabiankaegy merged commit be24d65 into develop Nov 20, 2024
4 of 6 checks passed
@fabiankaegy fabiankaegy deleted the fix/only-spread-rest-props branch November 20, 2024 13:27
Copy link

Size Change: 0 B

Total Size: 63.9 kB

ℹ️ View Unchanged
Filename Size
dist/index.js 63.9 kB

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant