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(optimizer): correctly emit fixed children #6186

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Conversation

wmertens
Copy link
Member

This fixes the missing children when using spread props and also fixes the createElement() call

The only time when we don't know what the children are statically is when they're overridden by spread props.
@wmertens wmertens requested a review from mhevery April 30, 2024 13:11
@mhevery mhevery merged commit 4d8001e into build/v2 Apr 30, 2024
12 of 20 checks passed
@mhevery mhevery deleted the v2-fix-children branch April 30, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants