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(react): Ignore undefined property values #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andys8
Copy link

@andys8 andys8 commented Feb 16, 2021

Change

If a property is set to undefined, instead of missing, this can lead to strange behavior in stencil components. For example default values will be overwritten with undefined. This change will filter 'undefined' values from the properties.

Feedback

Are you open to merging this change?

If a property is set to undefined, instead of missing, this can lead to
strange behavior in stencil components. For example default values will
be overwritten with undefined. This change will filter 'undefined'
values from the properties.
@andys8
Copy link
Author

andys8 commented Jun 1, 2021

@adamdbradley Merging this, would be awesome :)

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.

1 participant