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

Skip undefined children #51

Merged
merged 3 commits into from
Dec 8, 2019
Merged

Skip undefined children #51

merged 3 commits into from
Dec 8, 2019

Conversation

fregante
Copy link
Collaborator

@fregante fregante commented Dec 8, 2019

Fixes #43

I noticed that initially dom-chef was expected to appen undefined as a string. This PR changes this expectation to align it with React's behavior.

@fregante fregante changed the title Skip undefined children Skip undefined children Dec 8, 2019
@fregante fregante merged commit 812a99f into master Dec 8, 2019
@fregante fregante deleted the skip-undefined-children branch December 8, 2019 19:13
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.

Skip children that aren't Nodes, strings, or numbers
1 participant